|
|
|
BDC
|
Written by Varun Walia
|
|
Monday, 08 December 2008 |
|
Program of creating bom in sap in retail 6.4 c |
|
Read more...
|
|
|
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...
|
|
|
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...
|
|
|
Written by Anon.
|
|
Friday, 05 December 2008 |
|
An example abap program of handling Table Control during bdc programming. |
|
Read more...
|
|
|
Written by Anon.
|
|
Tuesday, 20 March 2007 |
This report: - Uploads an input file from presentation server (a tabs delimited text file);
- Processes all records with 'CALL TRANSACTION USING...' technique (transaction F-02);
- Creates a BDC session for records that were processed with an error;
- Displays statistics and errors report.
|
|
Read more...
|
|
|
Written by Anon.
|
|
Monday, 19 March 2007 |
This report: - Uploads an input file from presentation server (a tabs delimited text file);
- Processes all records with 'CALL TRANSACTION USING...' technique;
- Creates a BDC session for records that were processed with an error;
- Displays statistics and errors report.
|
|
Read more...
|
|
|
Written by Anon.
|
|
Monday, 19 March 2007 |
This skeleton displays how to: - Determine all selection views available for user in the given transaction (MM01, MM02);
- Prepare BDC to access required view;
|
|
Read more...
|
|
|
Written by Anon.
|
|
Monday, 19 March 2007 |
This report: - Uploads an input file from presentation server (a tabs delimited text file);
- Creates a BDC session for call of transaction(s);
- For each line of the input file populates a BDC structure and adds to the BDC session;
- Displays statistics and errors report.
|
|
Read more...
|
|
|
Written by Anon.
|
|
Monday, 19 March 2007 |
- Use the SHDB transaction to record BDC screens sequence for a transaction to be coded in BDC.
- Since 4.5 it is better to use BAPI functions instead of BDC - look at the BAPI transaction.
This report: - Uploads an input file from presentation server (a tabs delimited text file);
- For each line of the input file populates a BDC structure;
- Calls a given transaction(s) using the BDC structures and handles the error messages;
- 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...
|
|
|
Written by Anon.
|
|
Sunday, 25 February 2007 |
|
Data definitions, sub routines required to call transaction using BDC and adding to groups. |
|
Read more...
|
|
|
Written by Bence Toth
|
|
Thursday, 25 January 2007 |
|
Program showing you the syntax of BDC and call transaction. |
|
Read more...
|
|
|
|
|
|