on 2009 Jun 05 5:29 AM
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.....
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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...
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi ,
what exactly is your req , are you using MEDRUCk or customized smartform . be more specific
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.