what is table control?
Answer / ram
Steploop and table contol is inevitable in certain
transactions. When we run BDC for such transactions,
we will face the situation: how many visible lines of
steploop/tablecontrol are on the screen? Although
we can always find certain method to deal with it, such as
function code 'NP', 'POPO', considering some extreme
situation:
there is only one line visible one the screen, our BDC
program should display an error message.
(See transaction 'ME21', we you resize your screen to let
only one row visible, you can not enter mutiple lines on
this screen even you use 'NP')
Is This Answer Correct ? | 1 Yes | 1 No |
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
What is the max no of match code id's that can be defined for one match code object? : 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 is the variable to be used in sap scripts to find the total number of pages of the print job?
i need the explanation for the following one . 1.BAPI 2.BADI 3.USEREXITS. 4.ALE,IDOCS,REPORT,SAPSCRIPTS,SMARTFORMS. And their uses,what is it process in realtime.
can any one can give me the Fi and co flow? and the tables ?
what are the critical issues u face in ur project?
How to convert the Unit for 'Distance' (The value from one Unit to another).
what is partner profile. in which table it can be stored
Define database layer? : abap data dictionary
what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...
What is Direct Input method?