cancel
Showing results for 
Search instead for 
Did you mean: 

Need Help on Data type enhancement

Former Member
0 Kudos

Hi ,

  I need to add two more fields to below shown Inbound SI[POerprequest_In_VI].

I read few blogs, but I am getting what the proper way to do it.

My questions are under which swcv I need to create data type enhancement ?

What i need to do in ECC side so that those 2 fields will appear in above SI?

Avi

Accepted Solutions (0)

Answers (3)

Answers (3)

ambrish_mishra
Active Contributor
0 Kudos

Hi Avinash,

Few cents....

Seems like you are trying to append the fields in a standard message type. Mark has already answered on what should be done for that. However it is half the job done.

You will subsequently need to regenerate the proxy as a custom proxy and then copy the code which is currently populating standard message type and also add the code to populate the 2 additional fields.

IMO, this is how you would be able to achieve the requirement.

Cheers,

Ambrish

Former Member
0 Kudos

Hi Avinash,

Did you check this guide? http://scn.sap.com/docs/DOC-18402

Best Regards

Harald

markangelo_dihiansan
Active Contributor
0 Kudos

Hello Avinash,

The SWCV of course depends on you, you just need to reference the SAP SWCV in your SWCV. Create the data type enhancement on that SWCV then create the proxy objects for it. If done correctly, the fields should appear as append structure in the proxy object.

Regards,

Mark

Former Member
0 Kudos

Hi,

you just need to reference the SAP SWCV in your SWCV. How ?

ambrish_mishra
Active Contributor
0 Kudos

Mark pointed as SWC dependancy. Click on SWC version and there is a tab for reference. Include SAP SWC there.

Ambrish