What is the maximum value for Line-Size in the Report?
Answer Posted / vaibhav
It is 1023
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
How do you write a function module in sap?
Name a few data dictionary objects? : abap data dictionary
how to track records from data dictionary?
What are the disadvantages of abap query tool?
How is conversion of data types done between abap/4 & db 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.
Explain what is the difference between primary key and unique key?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
How to write a code for multiple transactions? : abap bdc
if while coding power goes off , how to retrieve the codes?
What are the dynapro keywords?
What is constructor expression in nw abap 7.4?
How to call a subroutine in sapscript?
Explain what is sequence of event triggered in report?
In the MM module for finding out the standard cost what is the view one has to look at?