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: 

Regarding static value in idoc

dharun_kumar
Explorer
0 Kudos

Hi all,

I created an outbound idoc for a purchase order. In the generated idoc (idoc type--orders), segment contains the po quantity that i have entered in me21n. I need to have the constant quantity for all idoc's to be some 1000,2000, etc. How can I do that ? Please give me some suggestion.

Thank you.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Use the user exit to modify the standard IDOC data created through idoc type : ORDERS.

Use the enhancement "MM06E001".

Regards

Vinod

Edited by: Vinod Kumar on May 5, 2010 1:50 PM

4 REPLIES 4

Former Member
0 Kudos

Hi,

Use the user exit to modify the standard IDOC data created through idoc type : ORDERS.

Use the enhancement "MM06E001".

Regards

Vinod

Edited by: Vinod Kumar on May 5, 2010 1:50 PM

Former Member
0 Kudos

Use Conversion Rules, You can find tcodes related to Conversion rule in SALE Tcode.

anup_deshmukh4
Active Contributor
0 Kudos

Conversion rule will be Useful

1: tcode bd62 (mention idoc name and segment name)

2: BD79 maintain fieldwise rules ( Hear you can have Fix values...!)

3:BD55 assign rules to message type

4: if you want to do some coding then use user exit

EXIT_SAPFKCIM_001 ( Hear you can manuplate teh vlaues....)

0 Kudos

Hi Mr.Anup,

Your reply was helpful. I created the conversion rules for the segment. But i still couln'd find a solution. The Idoc PO quantity is again what I gave in ME21N.