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?
Answers were Sorted based on User's Feedback
Answer / 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 |
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 |
How to read 5th record from Hash Internal Table?
What are the main events of which are used for logical database?
What is the difference between RETURNING and CHANGING parameters for a method?
can we migrate custom defined smart form into adobe form, if yes what are connecting settings we have to make in adboe form?
Is it possible to write code in LSMW if so when will you write?
What are the basic functions of database utility? : abap data dictionary
what is basic diff b/w 4.7e and ecc 5.0. or 6.0?any one knows please give me exact answer?
what is an instance?
what is the standard script for picking list?
how many fields in mara table.
What are Tickets in Realtime ?
How to fetch all the data from the Internal table?