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

BDC problem for Fb05 tcode.

Former Member
0 Likes
811

I have a bdc which was developed to copy data from one company code to other and post document using call transaction for FB05.

after the program gets executed, it shows message that document has been posted successfully, but i dont see any new document created.

can someone helpme with this

i checked the message table after calling call transaction command, i see all message types 'S' but i dont see any message where it says document created with new document number.

2 REPLIES 2
Read only

Former Member
0 Likes
543

even though the messages are of type S, sometimes they are actually errors. Can you check what exactly is the message?

You can get the full text of the message using FORMAT_MESSAGE function module by passing the message variables to the FM after the call to the transaction.

Regards,

Ravi

Read only

Former Member
0 Likes
543

Hi,

We too got similar type of problem.But after some time , the data was updated into database.

Please try using COMMIT WORK at the end of the program.

Hope this is helpful.

Reward points if helpful.

Thanks and Regards.