Application Development 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: 

dialog prg

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Simple, in the internal table definition in top use the field names Rate1 and Rate2.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Simple, in the internal table definition in top use the field names Rate1 and Rate2.

Former Member
0 Kudos

Hi,

Define the 2 rates with 2 different variables will solve your issue.

Cheers!!