‎2006 Jun 13 6:22 PM
Hello,
Iam working on BAPI BAPI_INB_DELIVERY_SAVEREPLICA to replicate the delivery from Central ERP system to WMS system and Iam getting an error VL 099 BAPI_INB_DELIVERY_SAVEREPLICA
Long text
60000001
Factory calendar 60000002 is not recognized.
60000003
The error message has two possible causes:
Check the entries in the customer calendar for the unloading point on the unloading point screen in master record for the ship-to party.
Check the billing date entry in the billing data in the customer master record and in the billing details data in the header of the underlying sales order.
Note the special rules for billing dates defined in the factory calendar, if relevant.
can any one tell me how this error could be corrected..?
And also while creating an Inbound delivery no idoc is created can any one help...?
Thanks
Larry
‎2006 Jun 13 7:13 PM
Hi,
go through the SAP Standard Program 'LV50IU10' it will help you more
CALL FUNCTION 'BAPI_INB_DELIVERY_SAVEREPLICA'
EXPORTING
HEADER_DATA = HEADER_DATA
HEADER_ORG = HEADER_ORG
SENDER_SYSTEM = SENDER_SYSTEM
TECHN_CONTROL = TECHN_CONTROL
IMPORTING
DELIVERY = DELIVERY
TABLES
HEADER_PARTNER = HEADER_PARTNER
HEADER_PARTNER_ADDR = HEADER_PARTNER_ADDR
HEADER_DEADLINES = HEADER_DEADLINES
ITEM_DATA = ITEM_DATA
ITEM_ORG = ITEM_ORG
ITEM_STOCK_TRANS = ITEM_STOCK_TRANS
ITEM_CODING_BLOCK = ITEM_CODING_BLOCK
ITEM_REF_PURCHASE_ORDER = ITEM_REF_PURCHASE_ORDER
ITEM_SERIAL_NO = ITEM_SERIAL_NO
TEXT_HEADER = TEXT_HEADER
TEXT_LINES = TEXT_LINES
HANDLING_UNIT_HEADER = HANDLING_UNIT_HEADER
HANDLING_UNIT_ITEM = HANDLING_UNIT_ITEM
HANDLING_UNIT_SERNO = HANDLING_UNIT_SERNO
EXTENSION1 = EXTENSION1
EXTENSION2 = EXTENSION2
RETURN = RETURN
TOKENREFERENCE = TOKENREFERENCE
EXCEPTIONS
OTHERS = 1.
Thanks
Sudheer