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

Medruck Problem!

Former Member
0 Likes
693

"ITEM TEXT IS NOT PRINTED ON THE PURCHASE ORDER PRINT"

Well, the problem is when i use 45000000 series i get the item text of the po in the print but when i use any 470000000 series po number i don't get item text in the output.

As per the guidance i have gone through the document types i.e NB for 45* series po's and ZDC

( Domestic Capital Eqp ) for 47* series , i culdn't get more info in this regard.

I have debugged the medruck to see that in 45* series po's , after the line item display the controls transfers to element 'item_text' and then to element totals and so on but in 47* series po's the control transfers directly to totals after line item without switching to item_text,

even in the medruck pprogram i can see the only major condition for document type is , if ekko-bsart ne ZC then process the output ( i.e. item text n header text n .. so on)

i couldn't make up why is this element "item_text" not being executed in 47* series, iam sure its only regards to document type but where to alter in medruck is the question.

Thanks in advance

Regards,

Parwez.

"ITEM TEXT IS NOT PRINTED ON THE PURCHASE ORDER PRINT"

Well, the problem is when i use 45000000 series i get the item text of the po in the print but when i use any 470000000 series po number i don't get item text in the output.

As per the guidance i have gone through the document types i.e NB for 45* series po's and ZDC

( Domestic Capital Eqp ) for 47* series , i culdn't get more info in this regard.

I have debugged the medruck to see that in 45* series po's , after the line item display the controls transfers to element 'item_text' and then to element totals and so on but in 47* series po's the control transfers directly to totals after line item without switching to item_text,

even in the medruck pprogram i can see the only major condition for document type is , if ekko-bsart ne ZC then process the output ( i.e. item text n header text n .. so on)

i couldn't make up why is this element "item_text" not being executed in 47* series, iam sure its only regards to document type but where to alter in medruck is the question.

Thanks in advance

Regards,

Parwez.

3 REPLIES 3
Read only

daniel_carvalho
Active Contributor
0 Likes
647

Hello,

Have you checked into SPRO transaction the Output Type?

Follow this path:

Materials Management -> Purchasing -> Messages -> Output Control -> Message Types -> Define Message Types for Purchase Order

Check Output Type against Processing Routines and see if you can get any clue.

I hope I helped you.

Daniel.

Read only

Former Member
0 Likes
647

Hi no need to change in MEDRUCK..

you have to change in one of the Standard include.. starts with LMEDRUCKF*..

In debugging mode check on which condition it is not calling the Element ITEM_TEXT. This part of code u will find one of the include starts with LMEDRUCKF. (Observe it in Debug mode)

Change that condition..

Hope it helps.... !!

Regards,

Sai Ramesh

Read only

0 Likes
647

Hi!

Actually the control after processing the Data Element 'line item' it is directly going to Data Element 'Total' and item_text element is in between the above two elements and as fara as condition is concerned the condition is starting inside the data element item_text, so if control doesn't even passes thru this element then it can't check for condition even.

Regrads,

Parwez.

Awaiting reply