|
|
|
|
|
BDC
|
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 Anon.
|
|
Thursday, 25 January 2007 |
|
On inbound function modules processing IDocs the following template can be used to post a transaction and the appropriate status to the IDoc. |
|
Register to read more...
|
|
|
Written by Bence Toth
|
|
Thursday, 25 January 2007 |
|
Program showing you the syntax of BDC and call transaction. |
|
Read more...
|
|
|
|
|
|