bdc recording

10

Click here to load reader

Upload: vipul-srivastava

Post on 29-Nov-2014

300 views

Category:

Documents


5 download

TRANSCRIPT

Page 1: BDC Recording

HomeAbout

myNotes from mySAP Learning

BDC RecordingBDC (Batch Data Communication) recording is a method to transfer data form SAP system to SAP systemor a non-SAP system to SAP system. This method is used to transfer large amount data that available inelectronic form. It uses normal transaction code to transfer data.

There are two types of methods offered by SAP:

First method is called the “classical method”. In this method, data that is read by BDC program from asequential dataset file is stored in a batch-input session. To run the transactions in the session, we need toexecute session. We can start and monitor the session from menu System –> Services –> Batch Input or usingtransaction code SM35. This method uses the function module BDC OPEN, BDC INSERT and BDCCLOSE to generate the session.

In the second method, BDC uses the abap statement CALL TRANSACTION USING to run the transaction.In this method, BDC does not create a session.

In this post, I will explain step by step how to create BDC recording that used on the first method. I will recordsimple transaction to add Incoterms master data (T-code OVSG) as sample.

1. Use t-code SM35 to get the BDC input screen

2. Press recording button to initiate the recording session

4/24/2011 Learn MySAP Step by Step How to Crea…

learnmysap.com/…/183-bdc-recording.h… 1/10

Page 2: BDC Recording

3. Enter the name of the recording session and use the create function

3. A pop up appears requesting the transaction code to be used in the session. Enter the t-code and press “StartRecording”.

4/24/2011 Learn MySAP Step by Step How to Crea…

learnmysap.com/…/183-bdc-recording.h… 2/10

Page 3: BDC Recording

4. The t-code takes us to the corresponding screen in SAP. Enter the required data and make any changes ifnecessary. Save the current transaction. During this whole process, the BDC records the movements of thecursor and the data changes made in the fields.

4/24/2011 Learn MySAP Step by Step How to Crea…

learnmysap.com/…/183-bdc-recording.h… 3/10

Page 4: BDC Recording

5. A Batch Input: Recording screen appears, listing the screen, data fields, etc recorded.

6. Go back, to the previous screen. Choose the recording and press “Program” to generate program. A pop upscreen appears and enter the program name and press enter.

4/24/2011 Learn MySAP Step by Step How to Crea…

learnmysap.com/…/183-bdc-recording.h… 4/10

Page 5: BDC Recording

7. Enter the title of program and other attributes. Save the attributes of the program and create the object as alocal object. Finally press source code button.

4/24/2011 Learn MySAP Step by Step How to Crea…

learnmysap.com/…/183-bdc-recording.h… 5/10

Page 6: BDC Recording

10. Finally, the code generated by program is displayed.

4/24/2011 Learn MySAP Step by Step How to Crea…

learnmysap.com/…/183-bdc-recording.h… 6/10

Page 7: BDC Recording

We can modify BDC recording code generated by system to match the requirements, data structure ortransaction.

December 22nd, 2009 ekoy posted in Abap/4 | No Comments »Tags: "batch input" "step by step", "sap create bdc, "step by step" bdc in sap abap, a simple example of bdcsession method in sap, abab, abab data, abab open table sample, abap, abap - bdc for tcode, abap add bdccode to bdc, abap back function code, abap back to previous screen, abap batch bdc match screen, abap batchinput, abap batch input bdc, abap batch input bdc_open source code, abap batch input buttons codes, abapbatch input how to create session, abap batch input popup close, abap batch input session sample code, abapbatch recording sample code, abap batch session tcode, abap bdc, abap bdc : generate sap structure, abap bdcback button,

Search terms for the article: bdc in abap step by step, bdc in abap, bdc recording, bdc step by step in abap,recording in abap, sap abap bdc step by step, sap bdc step by step, bdc session method step by step, how tocreate bdc in abap, how to create bdc in sap, bdc abap, CREATE_TRAN_RECORD in ABAP, bdc recordingin abap, step by step bdc in sap, abap bdc

You can follow any responses to this entry through the RSS 2.0 feed. Responses are currently closed, but you can trackbackfrom your own site.

Comments are closed.

« Customer Exits in SAP R/3 SystemBasis Cube »

Search

4/24/2011 Learn MySAP Step by Step How to Crea…

learnmysap.com/…/183-bdc-recording.h… 7/10

Page 8: BDC Recording

Partner links

Related PostsCreate Table Control Using ABAP ProgrammingHow to Find User Exit for a Transaction CodeCreating InfoObject CharacteristicCreate Append Structure in SAP TableSAP ABAP Program Code EnhancementClassic and SAP BW Star Schema ComparisonsRecovery of Sales and Delivery Availability StockIntroduction to SAP BAPIIntroduction to LSMWHow to Create a Key Figure in SAP BW

CategoriesAbap/4 (10)Business Warehouse (13)

4/24/2011 Learn MySAP Step by Step How to Crea…

learnmysap.com/…/183-bdc-recording.h… 8/10

Page 9: BDC Recording

General (1)Sales Distribution (2)

Recent PostsKE4S Post billing documents to CO-PA ManuallyRecovery of Sales and Delivery Availability StockHow to Find User Exit for a Transaction CodeIntroduction to SAP BAPIUser Exit for Billing Processing

Recent Commentskimball on Classic and SAP BW Star Schema ComparisonsAnton Smatanik jr. on Create Table Control Using ABAP ProgrammingDeepak on Create Table Control Using ABAP Programmingraghavendra on SAP BW Star SchemaNaimathulla on How to Find User Exit for a Transaction Code

ArchivesMarch 2011 (1)October 2010 (1)July 2010 (2)June 2010 (2)May 2010 (1)January 2010 (1)December 2009 (2)October 2009 (2)September 2009 (1)July 2009 (6)June 2009 (7)

Related Sites/BlogsFree SAP Ebooks CollectionSAP Downloads, Tutorials, GuidesSAP Jobs and Career Info Blog

Blogranking

myBlogLog

4/24/2011 Learn MySAP Step by Step How to Crea…

learnmysap.com/…/183-bdc-recording.h… 9/10

Page 10: BDC Recording

Recent Visitors

You! Join Now.

See all 6 members...

Grab This! MyBlogLog

myBlogLog

© 2009 - myNotes from mySAP Learning is proudly powered by WordPress

4/24/2011 Learn MySAP Step by Step How to Crea…

learnmysap.com/…/183-bdc-recording.h… 10/10