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 / harsha
1. by using table control
2. i dunno but i l go for se63 as above said.
3.yes by selecting push button or function key or double click or menu button.take the the cursor position values as the input and provide code for next scree.
4. hide, get cursor, read line these are some of the methods used to maintain the line data that is output selected data.
5. even i dunno that it accept 20 chars only
6.ok_code is user defined and sy_ucomm is system defined.lenth of ok_code is not fixed but sy_come is fixed. we can clear ok_code data as it varies but sy_ucomm is system defined so cant be deleted.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How we format the data before before write statement in report ?
Can you define a field without a data element?
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
What is the function of a data element? : abap data dictionary
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
How are BAPI different from normal function modules?
What are the data types of the abap/4 layer?
What is dynpro? what are its components ?
What is ps structure? : abap hr
What are the different functions used in sap script? What are the parameters used in each function?
What is pass by value and what is pass by reference? Which is better?
How to create any functions?
What is a multiple line field? : abap bdc
What is difference between dependent and independent data?
What is check table?