Application Development 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: 

Bill of material

0 Kudos

HI Expert.

I Customize CS01/CS02 with PCSD0002 PCSD0003 user exit and add some field at Header level and Item level.

But we have current SAP ABAP Z development for Create and Change BOM with standard BAPI as per following ,

BAPI for Create :- CAD_CREATE_BOM_WITH_SUB_ITEMS

BAPI for Change :- CSAP_MAT_BOM_MAINTAIN

Problem : Now How can I save my ZFIELD with using my current program.

Thanks.

Pradip Patel.

1 ACCEPTED SOLUTION

0 Kudos

Hi,

Problem Solve with minor changes, ZFIELD create with in CI_STKO structure for Header and CI_STPO for Item data. And same field drag and drop in Screen.

Thanks.

2 REPLIES 2

Abinathsiva
Active Contributor
0 Kudos

Hi Do try with BAPI extension this would help to achieve the requirement follow this link - Extension for Custom Added fields to BAPI

0 Kudos

Hi,

Problem Solve with minor changes, ZFIELD create with in CI_STKO structure for Header and CI_STPO for Item data. And same field drag and drop in Screen.

Thanks.