Answer Posted / swaminathan
F4 USE FOR NUMBER OF POSSIBLE ENTRIES IN THAT FIELD.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
Define abap/4 layer? : abap data dictionary
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What are the different types of locks? : abap data dictionary
Tell me a scenario where did you use secondary index?
What are the dis-advantages of logical databases? : abap hr
Can you delete data element, which is being used by table fields?
what precautions or prerequisites do you follow to update a record into database table and how
What is the difference between the function module and a normal abap/4 subroutine?
Explain what are interactive reports?
How table control cn be generated using bdc? : abap bdc
What are the 2 other types of views, which are not allowed in release 3.0?
How can we omit a leading sign and a leading zero in sapscript?
What are the components in sap application server?
What is the meaning of table buffer? This buffer is used by which type oftable?