2008 Oct 04 6:19 AM
I need to prepare a table control with fields like
matnr,maktx,uom,quantity,rate,value,rate1,value1.
for every material we get its description and unit of measurement..
then we need to enter quantity and rate to calculate value..here my problem is how can i get two same fields from table for two rate's fields..once i use it will get locked..so how to proceed
2008 Oct 04 6:22 AM
Hi,
Simple, in the internal table definition in top use the field names Rate1 and Rate2.
2008 Oct 04 6:22 AM
Hi,
Simple, in the internal table definition in top use the field names Rate1 and Rate2.
2008 Oct 04 6:41 AM
Hi,
Define the 2 rates with 2 different variables will solve your issue.
Cheers!!