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 invoke smart forms from a program ?
in real time with the help of scripts what we can do?
What is the name of ur presentation,application server in ur comp???
How do you upload the Data?
What are the steps need to setup before creating an IDoc?
What are the properties of selection screen?
What are the control break events in abap? : abap data dictionary
How to debug rfc function module?
What is the diffrence between index and primary key?
wat is the default file name of BAPI trace?
How do you find number of records present in internal table?
How do you generate interactive lists in ALV?