Application Development 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: 

BAPI_DOCUMENT_CREATE2 ERROR

Former Member
0 Kudos

Hello,

In one of our ztransaction xls file is getting created and I want to create document in backend in z transaction like cv01n hence I am using FM 'BAPI_DOCUMENT_CREATE2' but I am getting error saying 'Error while checking in and storing: c:\temp\........xls.'

Any suggestions please

2 REPLIES 2

matt
Active Contributor
0 Kudos

Don't just post links.

former_member564522
Active Participant
0 Kudos

Hi vishal,

this is your custom error message and not related to BAPI .

it seems your are trying to read the file and storing at some place ( may be application server) .

take F1 help on the message and debug it.

cheers

Himanshu