dear PLS TELL ME,COMPLETE PROCEDURE OF SESSION METHOD STEP
WITH CODE .MY ID: zaheer_guts@yahoo.co.in
Answer Posted / vijay
1 STEP)Define an ITAB based on Flat File.
2 STEP)Define an ITAB with ref of BDCDATA Str
3 STEP)Uplaod the data to ITAB Using pd Global class
CL_GUI_FRONTEND_SERVICES method GUI_UPLOAD.
4 STEP)Call pd Function module BDC_OPEN_GROUP
Provide LOOP to move record from ITAB[] into ITAB.
5 STEP)Refresh ITAB(BDCDATA)
6 STEP)CALL subroutine to place the module POOL program name
and screen no in ITAB(BDCDATA).
7 STEP)Call subroutine to place the field name and field value
in ITAB(BDCDATA)
8 STEP)CALL pd Function module BDC_INSERT.(provide Mapping)
9 STEP)CALL BDC_CLOSE_GROUP.
Endloop.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
stock transfer from one plant to another plant ? i want the total description.
What do you do when the system crashes in the middle of a BDC batch session?
What are the different types of locks? : abap data dictionary
What are the different function modules used in sapscript?
How we format the data before writing a statement in the report?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What is meant by slab? How is indian slab and us slab? : sap abap hr
What are field groups?
what is the transaction transaction for setting parameters rdisp/buffermode
What are the different types of operators in the sap abap?
What are the different types of views and their definition?
What are plan versions used for? : sap abap hr
What are the buffering types?
how to see the tables of 200 in client 100?