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: 

updating an already created idoc

Former Member
0 Kudos
112

Dear All,

while creating an idoc i have filled only mandatory fields to create an idoc. but after the idoc is created, if i want to fill data in the remaining fields ie. i want to update an idoc then howsould i proceed??

is there any function module or bapi which will work for this?

waiting for your replies.

warm regards,

n.jain

1 ACCEPTED SOLUTION

former_member208856
Active Contributor
0 Kudos
78

Hi,

Goto --> WE19 --> Give the existing IDOC number --> Push execute Button

--> Double click on Message Type

You can change the record here in an existing IDOC

Regards,

Sandeep Kaushik

3 REPLIES 3

former_member208856
Active Contributor
0 Kudos
79

Hi,

Goto --> WE19 --> Give the existing IDOC number --> Push execute Button

--> Double click on Message Type

You can change the record here in an existing IDOC

Regards,

Sandeep Kaushik

Former Member
0 Kudos
78

Hai,

In this case u need to generate new idoc from the existing idoc by passing all the values.

In we19 give the idoc number and execute.Idoc with all segments will be displayed.

Here u can click the segment u need and enter the values.Again generate the idoc by any of the method standard inbound,inbound function module,inbound file,standard outbound processing according to whether u are doindg inbound or outbound.

This we19 transaction is used to test your idoc.suppose your creating your custom idoc type in that case we can check whether the idoc type is perfect or not.The idoc created by this transaction will get the status below.

we42 = idoc was created by test transaction

we74 = idoc was created by test transaction

Reward if useful,

S.Ramesh

Former Member
0 Kudos
78

thanks for ur valuable replies. i found the method in one of the earlier posted blogs.