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

Interface - Modifying Idoc FM

Former Member
0 Likes
285

Hello All,

I have a requirement like this.

We create sales orders through idocs using standard function module (IDOC_INPUT_ORDERS).

Now we want to assign serial number to the sales orders, this we do by selecting each line items and go to extras > Technical objects.

Now can we populate this requirement through IDOC if so how can i do? what all modifications i need to do?

Thanks,

Devaraj

1 REPLY 1
Read only

Former Member
0 Likes
259

Hi Patil,

Find out the user exits (search for "call customer-function" in IDOC_INPUT_ORDERS FM ) and check the parameters as per you requirement and put down the logic.

Regards,

Madhu.