‎2008 Jan 07 8:06 AM
Hi ,
i am developing new BDC program using transaction FB01,session method SM35.
the file format is :There is a txt file that will be prepared by users in the format shown below.
Document header information is indicated with Record Type H in one of the columns.
Document Line items are indicated with Record Type L in the same column.
Header Fields: Company Code, Document Date, Document Type, Posting Date, Currency, Reference, Document Header Text. SAP Document no will be created and given by system.
Line Items Fields: Posting Key, Account, Special G/L Indicator, Document Currency Amount, Local Currency Amount, VAT Code, Term Days, Baseline Date, Assignment, Line item text, Profit Center, Cost Center, Internal Order.
Document can have more than 2 line items.
can any one give the example program. and some coding for how to process line item.
Thanks,
Sridhar
‎2008 Jan 07 8:15 AM
The structure you receive could be adapted to use the following function modules which will build the BDC flow :
POSTING_INTERFACE_START
POSTING_INTERFACE_DOCUMENT
POSTING_INTERFACE_END
Look at those FM documentation, look also at thread like [Thread 1921435 function POSTING_INTERFACE_DOCUMENT |;
Regards
‎2008 Jan 07 8:15 AM
The structure you receive could be adapted to use the following function modules which will build the BDC flow :
POSTING_INTERFACE_START
POSTING_INTERFACE_DOCUMENT
POSTING_INTERFACE_END
Look at those FM documentation, look also at thread like [Thread 1921435 function POSTING_INTERFACE_DOCUMENT |;
Regards
‎2008 Apr 03 3:16 PM
Hi
We have a requirement like we need to post/upload header and line items stored in 2 different tables to an existing Module pool (consisting of many screens).
Its like the header detal need to be posted on to the Header Screen first and when commited need to post the line details to another DETAIL Screen.
How can this requirement be met using CALL TRANSACTION?
Any pointers regarding the same would be of great help.
Regards
Sukumari