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

Problem with BAPI_ACC_DOCUMENT_POST

Former Member
0 Likes
530

Hi,

I am creating FI document using BAPI_ACC_DOCUMENT_POST . But it is creating COPA document for each FI line item .

So, I do not want to create a COPA document for that each FI line item.

I am not passing CRITERIA or VALUEFIELD table values.

Any suggestions will be appreciated.

Thanks

Rocky

4 REPLIES 4
Read only

Former Member
0 Likes
472

Is anybody faced this situation?

Read only

Former Member
0 Likes
472

can i know the wht is ur requirement.??

and try to pass only the foll. tables ..and check it now,,,

CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'

EXPORTING

documentheader = v_bapiache09

TABLES

accountgl = i_bapiacgl09

currencyamount = i_bapiaccr09

return = i_bapireturn.

.

Read only

Former Member
0 Likes
472

Hi,

Thanks for reply. i am using same logic. i didn't get. That is the reason i posted this message

My requirement is create FI document but donot create COPA document

Read only

Former Member
0 Likes
472

any help will be appreciated...