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

How to add custom settlement rule fields to BAPI BAPI_INTERNALORDER_CREATE?

Former Member
0 Likes
964

Hi,

I need to add some fields to the bapi, which are not ther in BAPI parameters related to settlement rules, which are there in the the KO01 transaction,please let me know how to do that one? Please provide sample code if possibe?

Thanks.

Hi,

I need to add some fields to the bapi, which are not ther in BAPI parameters related to settlement rules, which are there in the the KO01 transaction,please let me know how to do that one? Please provide sample code if possibe?

Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
746

Hi,

Try to check out with append structure to BAPI2075_6...

Thanks,

Shailaja Ainala.

Read only

Former Member
0 Likes
746

hello,

in BAPI_INTERNALORDER_CREATE use EXTENSIONIN for adding custom settlement rule fields

extensionin is used for passing custom fields to the standard bapi

and u can read documentation for extensionin

hope it solves ur query

afzal

Read only

0 Likes
746

Hi,

You can use the structure EXTENSIONIN for adding fields not given in the BAPI. We add customer-specific enhancements in the EXTENSIONIN parameter table when we call the BAPI_INTERNALORDER_CREATE function module.

Since fields added do are not the part of the Master data so custom fields are well adjusted in this structure.

Thanks,

Anurag