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

Additional Fields in BAPI_ACC_DOCUMENT_POST

Former Member
0 Likes
1,728

Hello Experts,

I am Using bapi 'BAPI_ACC_DOCUMENT_POST' to post document for FB60. Everthing work fine, but i have two additional i.e

1. Cash Discount -> bseg-wskto

2. Disc. Base -> bseg-skfbt

which is not in this bapi parameters. I also go for extension2 parameter, but in ACCIT table of exit 'EXIT_SAPLACC4_001' doesn't contain that two field.

Is there any SAP Note for this problem. Please do suggest some solution..

Thanks in Advance...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,152

Hi Dhiraj,

Use 'BAPI_ACC_GL_POSTING_POST' to post documents in FB60. Give ur appropriate GLs and amount in separate tables.

Thanks,

Usman Malik

4 REPLIES 4
Read only

Former Member
0 Likes
1,153

Hi Dhiraj,

Use 'BAPI_ACC_GL_POSTING_POST' to post documents in FB60. Give ur appropriate GLs and amount in separate tables.

Thanks,

Usman Malik

Read only

0 Likes
1,152

Hi Usman,

'BAPI_ACC_GL_POSTING_POST' is not containing the fields that i required...

Read only

0 Likes
1,152

Hi,

USE the fields 'DISC_BASE' & 'DISC_AMT' from the structure 'BAPIACCR09', which is for currency lines for the BAPI 'BAPI_ACC_DOCUMENT_POST'.

Regards,

Vijaymadhur.

Read only

0 Likes
1,152

Thanks Vijaymadhur..My problem is solved.