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

Change The Standard BAPI

Former Member
0 Likes
554

Dear All,

I am using standard BAPI Name is BAPI_AR_ACC_GETBALANCEDITEMS.This BAPI also using in Interface on J2ee AND SAP.Now I am Added in One New Field.Name is USNAM.But USNAM Field is Not Available in the above BAPI.How to Add the USNAM field.Please Help me.

regards,

raj a

Dear All,

I am using standard BAPI Name is BAPI_AR_ACC_GETBALANCEDITEMS.This BAPI also using in Interface on J2ee AND SAP.Now I am Added in One New Field.Name is USNAM.But USNAM Field is Not Available in the above BAPI.How to Add the USNAM field.Please Help me.

regards,

raj a

2 REPLIES 2
Read only

Former Member
0 Likes
505

Hi Raj,

Are you on ECC6.0 system? If so did you try out the enhancement framework concept?

You can enhance the FM through the enhancement framework by adding new exporting parameters. Also you can enhance the source code at the available areas through Implicit enhancement.

Hope this helps you.

Regards,

Subbu

Read only

Former Member
0 Likes
505

Hi Raj,

Check for the extension1 and extension2 parameters in your BAPI and go through the BAPI documentation.You will find all the information related to extending a BAPI.

Regards,

Sangeeta.