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

BAPI_DOCUMENT_CREATE2 ERROR

Former Member
0 Likes
687

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
Read only

matt
Active Contributor
0 Likes
502

Don't just post links.

Read only

former_member564522
Active Participant
0 Likes
502

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