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
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
Is sap xi intended to replace ale?
What two statements are required in an abap program to output an icon using a written statement?
Print options in smartforms?
What is append search help? : sap abap data dictionary
When value table becomes check table?
Explain what is sap script? What is the purpose of sap script?
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....
What is interactive reporting?
What are the differences between macro and subroutine?
What is the significance of the memory table ‘screen’?
How to select valid lines for secondary list?
What is the function module to popup contents in the internal table?
What are differences between at selection-screen and at selection-screen output?
Explain how is batch input process different from processing on line?