Step by Step Tutorial On BDC Session Method Program in SAP ABAP
Step by Step Tutorial On BDC Session Method Program in SAP ABAP
Session method.
1) synchronous processing.
2) can tranfer large amount of data.
3) processing is slower.
4) error log is created
5) data is not updated until session is processed.
1) asynchronous processing
2)SAP ABAP AND WEBDYNPRO TUTORIALS SUBSCRIBE
can transfer small amount of data
3) processing is faster.
4) errors need to be handled explicitly
5) data is updated automatically
Click on New Recording Button and Give the zrecord1 name and enter
transaction code MM01 and click on Start recording button.
Select Topics
https://sinuabaptutor.blogspot.com/2017/06/tutorial-on-bdc-session-method-sap-abap.html 2/16
11/20/2019 Step by Step tutorial on BDC Session Method Program in SAP ABAP
System goes to the Create material screen ,there give the industry sector
SAP ABAPandAND WEBDYNPRO
material TUTORIALS
type and select basic data 1. SUBSCRIBE
Now it will come to second screen where give the below details and click on
save button and go back
https://sinuabaptutor.blogspot.com/2017/06/tutorial-on-bdc-session-method-sap-abap.html 3/16
11/20/2019 Step by Step tutorial on BDC Session Method Program in SAP ABAP
https://sinuabaptutor.blogspot.com/2017/06/tutorial-on-bdc-session-method-sap-abap.html 4/16
11/20/2019 Step by Step tutorial on BDC Session Method Program in SAP ABAP
https://sinuabaptutor.blogspot.com/2017/06/tutorial-on-bdc-session-method-sap-abap.html 5/16
11/20/2019 Step by Step tutorial on BDC Session Method Program in SAP ABAP
report ZSESSION_PROGRAM
no standard page heading line-size 255.
*Input Path
PARAMETERS:
p_ le TYPE rlgrap- lename. " File Path
* Data decleration
DATA:
wa_path TYPE string ,
wa_error TYPE string,
wa_cnt TYPE i,
w_mode TYPE c,
wa_cnt1(2) TYPE n.
TYPES:
fs_struct(4096) TYPE c OCCURS 0 .
DATA:
w_struct TYPE fs_struct.
start-of-selection.
START-OF-SELECTION.
LOOP AT it_mat INTO wa_mat.
*-----------------------------------------------------------
-----------*
* Insert field
*
https://sinuabaptutor.blogspot.com/2017/06/tutorial-on-bdc-session-method-sap-abap.html 10/16
11/20/2019 Step by Step tutorial on BDC Session Method Program in SAP ABAP
*-----------------------------------------------------------
SAP ABAP AND WEBDYNPRO TUTORIALS
-----------* SUBSCRIBE
FORM BDC_FIELD USING FNAM FVAL.
CLEAR BDCDATA.
BDCDATA-FNAM = FNAM.
BDCDATA-FVAL = FVAL.
APPEND BDCDATA .
ENDFORM. "BDC_FIELD
Now save and activate the program and execute it,then go to SM35.
and also maintain the excell sheet data like below and save it in your
system.
Then give the le path through F4 HELP and click on execute button.
https://sinuabaptutor.blogspot.com/2017/06/tutorial-on-bdc-session-method-sap-abap.html 11/16
11/20/2019 Step by Step tutorial on BDC Session Method Program in SAP ABAP
https://sinuabaptutor.blogspot.com/2017/06/tutorial-on-bdc-session-method-sap-abap.html 12/16
11/20/2019 Step by Step tutorial on BDC Session Method Program in SAP ABAP
RELATED POSTS:
BDC Recording In
SAP ABAP
https://sinuabaptutor.blogspot.com/2017/06/tutorial-on-bdc-session-method-sap-abap.html 13/16
11/20/2019 Step by Step tutorial on BDC Session Method Program in SAP ABAP
SAP
SAPABAP Data AND
ABAP Dictionary Real Time Interview
WEBDYNPRO TUTORIALS SUBSCRIBE
Questions and Aanswers
April 11, 2017
SAP ABAP Data Dictionary Real Time Interview Questions and Answers
These interview Questions from the SAP ABAP Data Dictionary are faced at
the different companies in the several interviews which are useful for real …
KEEP READING
KEEP READING
What is smartform? Smart Forms are printing forms used to print Invoice …
KEEP READING
KEEP READING
KEEP READING
Like on Facebook
Donate to Me
Powered by Blogger
Labels
Monthly Updates
Report Abuse
Privacy Policy
https://sinuabaptutor.blogspot.com/2017/06/tutorial-on-bdc-session-method-sap-abap.html 15/16
11/20/2019 Step by Step tutorial on BDC Session Method Program in SAP ABAP
https://sinuabaptutor.blogspot.com/2017/06/tutorial-on-bdc-session-method-sap-abap.html 16/16