‎2007 Mar 14 5:34 AM
by the time of modification standard medruck, i suppose to display the value of brgew,brgew_g i.e gross weight for one piece and total gross weight. this will be calculated by multiplying brgew with menge fields present in ekpo table. But in me23n the value isdisplaying in brgew_g field and wihich is structure field and its not holding data in any other tables refer to this field.
Even by using subroutine pool for single item record the value is founding but if the purchase order contains multiple item records the process of sub routine pool returns only one itiration value and that value is diplaying .
so i request any one can provide solution for it as i could not do any coding i n scirpts and here we are using standard rint programme sapfm06p so i con`t write any code in write_form.
please forward me the solution as early as possible.
Thanks®ards
‎2007 Mar 14 5:40 AM
Hi,
In the Item level area ( I mean where you are displaying the Item No and Material fields ) if the SAP script,if you write a Subroutine using PERFORM statement passing the EBELN and EBELP fields , you can get the value of the BRGEW and MENGE calculated in the program and can return to the program.
Here for every item this code will be triggered and will fetch the value for that item.
Write the Routine PERFORM and will be solved.
Regards,
Anji
Message was edited by:
Anji Reddy Vangala
‎2007 Mar 14 5:40 AM
Hi,
In the Item level area ( I mean where you are displaying the Item No and Material fields ) if the SAP script,if you write a Subroutine using PERFORM statement passing the EBELN and EBELP fields , you can get the value of the BRGEW and MENGE calculated in the program and can return to the program.
Here for every item this code will be triggered and will fetch the value for that item.
Write the Routine PERFORM and will be solved.
Regards,
Anji
Message was edited by:
Anji Reddy Vangala
‎2007 Mar 14 6:49 AM
than x for information. the problem solved
with regards
hareesh tadepalli