cancel
Showing results for 
Search instead for 
Did you mean: 

Change in PO layout

Former Member
0 Kudos

Hi,

I have a requirement for change in PO layout..

Req.: - Item Text must show after the Document Conditions..

I mean Item text value is print before the Document Conditions, I want to print after that.

How can it possible...Please suggest.....

Thanks.....

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Please check whether u had any print program for that.

If it is there check if whether that element ITEM_TEXT is called or not.

You can put that one after master conditions.

Better you can debug once.

Regards

Raj

Edited by: RAJKUMAR KALAVAKUNTA on Jun 5, 2009 8:28 AM

Former Member
0 Kudos

Hi,

I want to clear that we have the print program and take the print of PO daily..and tere ITEM_TEXT is also called...

After all I put ITEM_TEXT after the master condition, but it is coming again before the conditions..

When i debug it, it will automatically first go on ITEM_TEXT and after that ITEM_CONDITIONS..but i want ITEM_CONDITIONS first not on ITEM_TEXT...

Plz suggest...

Former Member
0 Kudos

Hi,

Please Check the sequence in print program.

First ITEM_CONDITIONS will be called later ITEM_TEXT.

Let me know once you done.

Regards

Raj

Former Member
0 Kudos

Hi,

In Conditions Text element u canplace the item text.

Comment the item text element.

Former Member
0 Kudos

Hi,

How can i check the sequence in print program...

Plz. tell...

Former Member
0 Kudos

Hi,

Can you please tell me with more clearity...

Thanks...

Former Member
0 Kudos

Hi,

In script u have a elemet for item text.

/E item_text.

Just comment this element and put code in after the conditions

Former Member
0 Kudos

Hi,

You can check the sequence like this.

under the function modules

First

write_form: ITEM_CONDITIONS

Next

write_form: ITEM_TEXT.

Like that.

Regards

Raj

Former Member
0 Kudos

Thanks dear,

Ur answer is very useful...

But i have a problem in it....when i put the ITEM_TEXT under the ITEM_CONDITIONS...ITEM_TEXT is coming 2 time...1st between the ITEM_CONDITIONS and 2nd in the last of conditions...

Is there any other problem....

Thanks once again....

Former Member
0 Kudos

Hi,

Did u call the item text two times. Once check in debugging.

Former Member
0 Kudos

Hi,

In debugging time, It is going 2 times on ITEM_TEXT...

1st between the ITEM_CONDITIONS and 2nd after the ITEM_CONDITIONS..

It is coming like this (in BOLD😞 -

*************************

Gross Price..................................... 100.00 .......

Item Text

Non-Deductable Tax...........................50.00........

Total PO Value.................................100.00.......

Item Text

*************************

But i want only after Total PO Value...

Note: - I put the ITEM_TEXT only one time after the ITEM_TEXT...

Please tell, where is problem in it...???

Thanks..

Edited by: Prince Kumar on Jun 8, 2009 9:57 AM

Former Member
0 Kudos

Hi,

Remove the text element of item conditions and paste it after the document conditions text element.

For ex:

After executing of document conditions element you can write the below code.

/E ITEM_TEXT

IC ,,&TTXIT-TDTEXT&

/: INCLUDE &T166P-TXNAM& OBJECT &T166P-TDOBJECT& ID &T166P-TDID&

LANGUAGE &

Dont forgot to comment the ITEM_TEXT which i sabove the document conditions.

Regards

Raj

Former Member
0 Kudos

Hi,

I already comment the ITEM_TEXT which is above the document conditions..But not showing it after document conditions.

Please clear that i have to copy it after only Document Conditions or all Conditions Like Master Conditions etc..

Plz suggest..

aditya_avadhanula
Participant
0 Kudos

hi ,

what exactly is your req , are you using MEDRUCk or customized smartform . be more specific

Former Member
0 Kudos

Hi,

I m using the MEDRUCK Script.. and want to change that as per my requirement.

Item Text should comes below of Document Conditions.

How can we change the position of Item Text from Top to Bottom...

Thanks....

Former Member
0 Kudos

Hi,

Copy the Standard Script(MEDRUCK) to Z-Script.

Include text is used to get the item text.

u can place that command after the Conditions.

Former Member
0 Kudos

Hi,

Just make ZCOPY of MEDRUCK and Add a text Below the Document Condition text, i think then you can get the Text.

Or Else Add a text Below the document condition it will be helpfull.

But anything you can only do in Zsmartform.

Regards,

S.Saravanan(EKS)

Former Member
0 Kudos

Hi,

I copy the Item text Include after the Conditions, but still it is coming earlier before the conditions.

Please suggestu2026

Former Member
0 Kudos

Hi,

did u saw the o/p in same client or different client