Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

BDC
Example BDC Program Of BOM In Retail PDF Print E-mail
User Rating: / 1
Written by Varun Walia   
Monday, 08 December 2008
Program of creating bom in sap in retail 6.4 c
Read more...
 
Batch Input Program for Transaction VA01 PDF Print E-mail
User Rating: / 1
Written by Reddy   
Saturday, 06 December 2008

How to Create a batch input program for transaction VA01.

The scenerio is

Input fields: Manditory fields to create a new Sales Order using VA01.

Hint: Take an existing Sales Order and use the master data which was previously used.

Conditions:
1)Upload the input data from a text file stored in your note pc.
2)Use call transaction method.
3)Your program should allow to input the file path and file name to select the data.

Here I'm attaching BDC Code for  'VA01'.

Read more...
 
Program To Download Batch Session Log Into Excel PDF Print E-mail
User Rating: / 4
Written by Anon.   
Friday, 05 December 2008
Had developed a program to download the log into EXCEL. You need to provide the session QUEUE ID as input. Please use the code below.
Read more...
 
Handling Table Control in BDC PDF Print E-mail
User Rating: / 0
Written by Anon.   
Friday, 05 December 2008
An example abap program of handling Table Control during bdc programming.
Read more...
 
Batch Input: Post FI documents PDF Print E-mail
User Rating: / 5
Written by Anon.   
Tuesday, 20 March 2007
This report:
  1. Uploads an input file from presentation server (a tabs delimited text file);
  2. Processes all records with 'CALL TRANSACTION USING...' technique (transaction F-02);
  3. Creates a BDC session for records that were processed with an error;
  4. Displays statistics and errors report.
Read more...
 
Batch Input: Combination of two methods PDF Print E-mail
User Rating: / 1
Written by Anon.   
Monday, 19 March 2007
This report:
  1. Uploads an input file from presentation server (a tabs delimited text file);
  2. Processes all records with 'CALL TRANSACTION USING...' technique;
  3. Creates a BDC session for records that were processed with an error;
  4. Displays statistics and errors report.
Read more...
 
Batch Input: Updating Material Master via BDC PDF Print E-mail
User Rating: / 3
Written by Anon.   
Monday, 19 March 2007
This skeleton displays how to:
  1. Determine all selection views available for user in the given transaction (MM01, MM02);
  2. Prepare BDC to access required view;
Read more...
 
Batch Input: Create BDC Session PDF Print E-mail
User Rating: / 2
Written by Anon.   
Monday, 19 March 2007
This report:
  1. Uploads an input file from presentation server (a tabs delimited text file);
  2. Creates a BDC session for call of transaction(s);
  3. For each line of the input file populates a BDC structure and adds to the BDC session;
  4. Displays statistics and errors report.
Read more...
 
Creating BDCs vs. BAPIs PDF Print E-mail
User Rating: / 2
Written by Anon.   
Monday, 19 March 2007
  1. Use the SHDB transaction to record BDC screens sequence for a transaction to be coded in BDC.
  2. Since 4.5 it is better to use BAPI functions instead of BDC - look at the BAPI transaction.
This report:
  1. Uploads an input file from presentation server (a tabs delimited text file);
  2. For each line of the input file populates a BDC structure;
  3. Calls a given transaction(s) using the BDC structures and handles the error messages;
  4. Displays detailed statistics and errors report.
For example, for performing inventory movements automatically the following transactions should be called consecutively:
  • LB01 - create Transfer Requirements;
  • LT04 - create Transfer Order;
  • LT12 - confirm Transfer Order;
Read more...
 
BDC Transaction pieces PDF Print E-mail
User Rating: / 0
Written by Anon.   
Sunday, 25 February 2007
Data definitions, sub routines required to call transaction using BDC and adding to groups.
Read more...
 
BDC and Call Transaction PDF Print E-mail
User Rating: / 1
Written by Bence Toth   
Thursday, 25 January 2007

Program showing you the syntax of BDC and call transaction.

 

Read more...
 

Google Search

Google Ads