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
How to create any functions?
What is a match code? : abap data dictionary
How would you set the formatting options statically and dynamically within a report?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
How to Solve a Particular Ticket in Realtime ?
What are the different functions used in sap script?
What are the two levels in defining a match code ?
In what ways we can get the context sensitive f1 help on a field?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
What is the modification assistant?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
What is the structure of bdcmsgcoll? : abap bdc
What are the differences between the table and the structure in the data dictionary in the sap abap?
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
Where the payroll results are stored