in which method i can upload data to two transactions?
and how?
somebody tell me.

Answer Posted / sainathraj

Using session method you can upload data for 2 or more
transactions.The procedure is
1)open the session using FM : BDC_OPEN_GROUP
2)Insert the transaction using BDC_INSERT
repeat the second step for as many tcodes as you need just
by calling the FM : BDC_INSERT
3)End the session using FM : BDC_CLOSE_GROUP

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between Read and Get cursor?

1767


Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?

849


Explain the function module in bdc?

771


Mention what is alv programming in abap?

796


I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.

1537






What is asap methodology? : sap abap hr

754


How many default tab strips are there?

748


What happens Update command is used without where clause ?

822


Define abap/4 layer?

986


What is the function of a data element?

799


How do I find the output type of a table or a program?

757


In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?

811


What are the differences between primary and secondary indexes?

821


What are the two ways of producing a list within a transaction?

785


A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?

701