Can we use Session method & Call transaction both in one BDC
if yes please give me example and scenario where we use this ?
Answer / theabapconsultant
if we want to download the errors and schedule the job in background then we will go for two methods in a single bdc program.
Is This Answer Correct ? | 0 Yes | 0 No |
How do you set background job automatically ?
What are the standard macros do we use in HR ABAP
Which and How will you use function module for ALV Interactive report?
Lock objects and what are parameters of ENQUEUE FM?
my questions are (1) how to transport a table along with its data from dev to prod/qa server? pls reply elaborately. if possible with screen shots. (2) i want to display like this :- * ** *** ****
What are the two different ways of building a match code object?
What are the advantages/ dis-advantages of logical databases?
we go in debugging but i m in 5th line of debugging and i want to go again in 4th line of it then how to do that
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 standard program used to upload/download layout sets in scripts.
5. What is the difference between report and script?
What is design pattern? Provide example .Why are we using it?