cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading contracts into SRM from flat file

Former Member
0 Kudos

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 .

Accepted Solutions (1)

Accepted Solutions (1)

RicardoRomero_1
Active Contributor
0 Kudos

Hi !

You forget one FM !

Try with this:

1. GUI_UPLOAD

2. BBP_PD_CTR_RESET_BUFFER

3. BBP_PD_CTR_CREATE

4. BBP_PD_CTR_SAVE

5. BAPI_TRANSACTION_COMMIT

Regards,

Ricardo.

Answers (0)