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

Enhance BAPI_DOCUMENT_CREATE

Former Member
0 Likes
500

Hi,

I have zfields in my DRAW table.

I need to create new field of table and so use a BAPI_DOCUMENT_CREATE.

But it hasnu2019t the EXTENSIONIN parameter.

Could i enhance this BAPI to save all zfields?

2 REPLIES 2
Read only

Former Member
0 Likes
430

HI ,

You need to add your Z-fields as append structure in BAPI_DOC_DRAW and BAPI_DOC_DRAW2.

Add map z-fields thru implicit enhancement in Function module MAP2I_BAPI_DOC_DRAW2_TO_DRAW.

Regards,

Ashok.

Read only

Former Member
0 Likes
430

Tnx