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: 

Problem with BAPI_ACC_DOCUMENT_POST

Former Member
0 Kudos
217

Hi everybody,

I'm in trouble by using BAPI_ACC_DOCUMENT_POST. I have two kinds of documents - some of them are matching an GL account which doesn't need a movement type, the other are matching a GL account which needs a movement type.

The first group of postings are doing very well, but the second (movement type necessary) are going wrong with the message, that I have to input a movement type - which I did! I filled the field BAPIACGL09-CS_TRANS_T with a valid movement type, but I am getting Error Message 808 from Form CHECK_SINGLE_FIELD_SELECTION in Program SAPLFACI. The movement type check in Form RMVCT_CHECK in the BAPI is going well.

What I am doing wrong? It seems, that the movement type is going lost while processing the BAPI (or BAPI-called routines), perhaps I have to fill another field when I fill the movement type?

Thanks for helping me!

1 REPLY 1

Former Member
0 Kudos
87

Simply misunderstood the documentation. If filled correctly, it works fine.