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

add some custome fields to BAPI

Former Member
0 Likes
510

Hi Experts,

Am new For BAPI Concepts,

Actually i have requirement to enhance BAPI,  if the bapi is allowed to add 4 fields.

If the Add-on BAPI is not allowed for extension/appending these 4 fields, we need to build a new custom BAPI using the same format/logic as that of the SmartOps add-on BAPI (/EIO/MATERIAL_DETAILS).

BAPI  : EIO/MATERIAL_DETAILS

This BAPI used as interface to extract the Master data in ECC to SMARTOPS APPlication.

Once we enhance the BAPI , The smartops application accommodate the four fields throgh XML File.

Since the SmartOps Oracle tables are populated through the XML configuration file in the Java connector, whenever the BAPIs are modified, the corresponding XML file also to be modified.

Please suggest me how to proceed with BAPI...

Thanks in Advance.

Sri..

Hi Experts,

Am new For BAPI Concepts,

Actually i have requirement to enhance BAPI,  if the bapi is allowed to add 4 fields.

If the Add-on BAPI is not allowed for extension/appending these 4 fields, we need to build a new custom BAPI using the same format/logic as that of the SmartOps add-on BAPI (/EIO/MATERIAL_DETAILS).

BAPI  : EIO/MATERIAL_DETAILS

This BAPI used as interface to extract the Master data in ECC to SMARTOPS APPlication.

Once we enhance the BAPI , The smartops application accommodate the four fields throgh XML File.

Since the SmartOps Oracle tables are populated through the XML configuration file in the Java connector, whenever the BAPIs are modified, the corresponding XML file also to be modified.

Please suggest me how to proceed with BAPI...

Thanks in Advance.

Sri..

2 REPLIES 2
Read only

Former Member
0 Likes
464

This message was moderated.

Read only

Azeemquadri
Contributor
0 Likes
464

New fields to BAPI structure should be added to EXTENSIONIN and EXTENSIONINX structure.