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: 

delivery updation using IDOC_INPUT_DELVRY

Former Member
0 Kudos

Hi friends,

I'm working on an Inbound processing by extending an IDOC with one custom segment added. Now i have to mapp this custion segment and fields by finding an user-exit. Can any onew tell me wht are the user-exits can be used for this development.

Thanks& Regards,

Naren.

6 REPLIES 6

Former Member
0 Kudos

Look at EXIT_SAPLV55K_001, Include ZXTRKU03.

This is called in IDOC_INPUT_DELVRY during the DELVRY_IDOC_PARSE perform.

You will need to create a project in CMOD for the enhancement V55K0001.

0 Kudos

look at these fms

IDOC_INPUT_DELINS

IDOC_INPUT_DELINS_START

0 Kudos

Hi Matt,

Thanks for u r help. Still i haev a doubt only with this single exit the custom sgment updation and field mapping and the data updation can be done or do i need to use one more exit in the delivery_update perform. Plz do clarify.

Thanks,

Naren.

0 Kudos

Hi Vicky,

This is confirm that the FM IDOC_INPUT_DELVRY is doing fine for my reqirements. The problem si with finging user-exits for identifying and mapping the custom segments and fields.

Thanks & regards,

Naren.

0 Kudos

I'm not sure exactly what your requirement is, but in this exit you can retrieve the data that was sent in your custom segment. You can then manipulate the data if needed and then modify the data in the delivery header (S_KOKO) or delivery item line (T_KOPO).

I hope this is clear.

ferry_lianto
Active Contributor
0 Kudos

Hi Naren,

You can use user exits EXIT_SAPLV55K_002 to update your custom segments prior to update/create delivery document.

Hope this will help.

Regards,

Ferry Lianto