1) How to maintain lists in dialog programming?
2)How to send greeting with different languages to
different regions in smartforms?
3)Can we transfer 100 screen data to pass 200 screen?
4)In reports 1st list o/p can be consider as i/p of 2nd list
how it maintains?
5) In lsmw data length 20 chars only but there is 24 chars
field how can u manage?
6)What is the diff b/w OK_CODE n SY_UCOMM?
Answer Posted / sheela
1)by using table control
2)by using tcode se63
3)yes we can transfer 100 screen data to pass 200screen.
4)by using at line-selection
6)1. It is not possible to clear the content of sy-ucomm since
it is a system variable but we can clear the content of
ok_code.
2. The length of sy-ucomm is fixed but the length of ok_code
is not fixed. we can take any length
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Why grouping of fields is required? What is the max no of modification groups for each field?
What are the function of the transport system and workbench organiser? : abap data dictionary
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What are the different abap editors? What is the used of different editors in abap?
Can you print decimals in type n? What is difference between float and packed data type?
Explain how to Handle the internal tables in ABAP?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
How many structures can be created in a Ztable ?
What are the parameter types for a method?
What is the modification assistant?
what is user specific parameter?
What are the functional areas?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
How is collect statement different from append?
What are system fields for secondary lists?