Answer Posted / siva
bdc is batch data communication, it is used to transfer
large/legacy data in to sap system
there are two types of mechanism in bdc to transfer data
session method and call transaction method.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are logical databases? What are the advantages of logical databases?
Why grouping of fields is required? What is the max no of modification groups for each field?
How many types of tables exist and what are they in data dictionary?
What are types of select statements?
What is the use of enqueue function module? : sap abap data dictionary
What is erp? : sap abap hr
What are the value tables?
What are internal tables? How to use a specific number occurs statement?
What is sap abap tables?
PLEASE HELP ANYONE ON THIS ISSUE,is there any problem with this function module :RHPQ_T77BX_ADD_QUALIS_OF_DPLAN. IT IS TRIGGERING BEFORE COMPLETION OF THE DEVELOPMENT PLAN but it has to trigger after compltion of development plan..this issue raised in my project..so reply urgently..thanks in advance..
How can you manipulate the presentation and attributes of interactive lists?
Where do you find info on new developments in SAP?
What are the disadvantages of abap query tool?
What is new enhancement framework?
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.