Skip to Content
0
Former Member
Jan 11, 2012 at 09:13 AM

Uploading contracts into SRM from flat file

45 Views

Hi,

Unable to create the contract number in SRM, using FM 'BBP_PD_CTR_CREATE'

Below given steps followed:

1. Upload contract data to internal table using FM GUI_UPLOAD from flat file

2. Reset Buffer Tables Using FM BBP_PROCDOC_RESET_BUFFER

3. Create Contracts Using FM BBP_PD_CTR_CREATE

4. COMMIT WORK AND WAIT.

After completion of steps 4 , BBP_PD_CTR_CREATE- E_STATUS returning below given status and GUID also generated, could not save the contract number.

I1015 RELP Awaiting Approval

I1021 CRTD Created

I1038 COMP Complete

I1143 AIAC Item is Active

I1180 DCOM Document Completed

Please suggest .