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: 

Regarding Getting the Pounds field

Former Member
0 Kudos

Hi Abap Gurus,

i am having three Radio Buttons and added two fields in the output . they are ACTUAL PLANNED and ACTUAL PRODUCTION.

when i select First Radio Button R1 then ACTUAL PLANNED and ACTUAL PRODUCTION. should come normal values.

when i select Second Radio Button R2 then ACTUAL PLANNED and ACTUAL PRODUCTION. should come values in Pounds.

when i select 3rd Radio Button R3 both fields should get values in Pounds and . u201CPlannedu201D production in pounds and actual u201CProductionu201D in pounds will be added to the right of screen.

how to acheive it? guide me on this. i have searched in net but not found.

1 ACCEPTED SOLUTION

Sandeep_Kumar
Advisor
Advisor
0 Kudos

First of all what you mean by normal values ?

You can easily achieve this by using events like at selection-screen.

2 REPLIES 2

Sandeep_Kumar
Advisor
Advisor
0 Kudos

First of all what you mean by normal values ?

You can easily achieve this by using events like at selection-screen.

Former Member
0 Kudos

i have taken data from MARM and the fields are UMRET and UMREN. i got in pounds.

by using the formula UMRET / UMREN. i will get the net weight.