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

Extended IDocs filling code?

Former Member
0 Likes
463

Hi all,

I have created an extension to an IDoc SISCSO01 and using the process code SD10.Where exactly should I write the code to fill the extended segments?

Can we use customer exits in Function module of the process code to write the code?

If so which customer should i write the code?

Hope you would help me to resolve.

Regards,

Gangolu.

Hi all,

I have created an extension to an IDoc SISCSO01 and using the process code SD10.Where exactly should I write the code to fill the extended segments?

Can we use customer exits in Function module of the process code to write the code?

If so which customer should i write the code?

Hope you would help me to resolve.

Regards,

Gangolu.

1 REPLY 1
Read only

Manohar2u
Active Contributor
0 Likes
432

You need to fill the extended segment through exits.

Try to make use of SD form exit or below FM exits

<b>EXIT_SAPLMCS1_001

EXIT_SAPLMCS1_002</b>

Regds

Manohar