Hello Experts,
I have a requirement wherein an Inbound IDOC creates a customer master record in ECC, corresponding to that customer ,we need to create a vendor in the system ( through another IDOC , generated programmatically ).
For Vendor creation ,I coded in the exit :EXIT_SAPLVV02_001 of Include ZXVSVU02 which is called after customer is successfully posted.
After filling in the control and the data record , I called the FM: IDOC_INPUT_CREDITOR to create the vendor.
The problem is , I am not able to generate the DOCNUM for Vendor IDOC, so the Vendor IDOC cannot be tracked, is there a way of
generating DOCNUM for internal IDOCS so that we can track the IDOC generated internally ?