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 do you import pay scale data from non sap to sap? : sap abap hr
What is a 'z' report?
In ALV reporting when u execute your report which event gets triggered.
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
How to display or know if the value entered contains records or not?
What are the two levels in defining a match code ?
could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance
How can we access the correction and transport system? : abap data dictionary
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
What is the difference between refresh and free statements?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
where are the passwords for ITS stores?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What is foreign key relationship? : abap hr