Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Issue with DMS BAPI

Former Member
0 Likes
573

Hi Experts,

I am an ABAPer & new to DMS.

While trying to create a document via BAPI_DOCUMENT_CREATE2 in DMS (Along with an attachment), BAPI returns me the Number of the Document created. However, the document does not exist when I try to see it via t-code CV03N (Document also not available in table DRAW). Can anyone tell me where am I doing the mistake? Plz guide me on configuration process also, if required.

Thanks.

1 ACCEPTED SOLUTION
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
525

After the sucessful execution of this BAPI did you call BAPI_TRANSACTION_COMMIT...?

Nabheet

2 REPLIES 2
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
526

After the sucessful execution of this BAPI did you call BAPI_TRANSACTION_COMMIT...?

Nabheet

Read only

Former Member
0 Likes
525

Hi,

please confirm, are you using   BAPI_TRANSACTION_COMMIT after BAPI_DOCUMENT_CREATE2?

If you are using   BAPI_TRANSACTION_COMMIT , still if you are facing issue..Please check for express document dump in update task..

Thanks,