‎2008 May 02 6:51 AM
Hi,
I want to create BDC for transaction code CA01 -Create Routing BDC.
Can anybody suggest me the proper recording procedure and coding, As the scenario has many header data with each header many item data.
Thanks
naresh
‎2008 May 02 7:37 AM
Hi,
BDC by Recording is not suited for this transaction since Routing/Plan has dependencies on various other master data. Also most of the screens has table controls and is little difficult to control it in BDC ( quite risky also ). I have loaded successfully routings/inspection plans by LSMW in following way:
Object 0170 Routing
Method 0001 Batch input
Program name RCPTRA01
Program type B Batch input
or
Business object BUS1012 Routing
Method CREATE Create
Message type ROUTING_CREATE Creation of a routing
Basic type ROUTING_CREATE01 Creation of a routing
Hope this helps.
Regards, Murugesh
‎2008 May 02 7:41 AM
Well it all depends what values you need to pass and while doing the recording you just pass the values in those screen fields. You can get to know, which values to pass in which screen field from your flat file (the source file). I believe you shud not worry about the no of fields or the order...whenever you do the recordin it records your every action...I assume that you know SHDB will be used for recording...and after recording you can directly click on the PROGRAM button in the standard toolbar so to automatically transfer the code from recording data..
~Sid