Application Development and Automation 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: 
Read only

smartform : dynamic text change

Former Member
0 Likes
1,188

hi

i have a requirment like in a smartform->text->area          ------ text

                                                           text->1154 sqmt---------&wa-area& sqmt .

sqmt hard coded

that sqmt should be dynamic ..

it will maintain as per material number...

how to do it ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,111

Hi Sitakanta,

For such conditions, maintain your output as per your conditions using program lines.

Take a variable to store your dynamic data and change it as per your conditions.

Thanks.

hi

i have a requirment like in a smartform->text->area          ------ text

                                                           text->1154 sqmt---------&wa-area& sqmt .

sqmt hard coded

that sqmt should be dynamic ..

it will maintain as per material number...

how to do it ?

6 REPLIES 6
Read only

Former Member
0 Likes
1,111

Hi,

where you are maintaining SQMT ? based on material it will change the value?

please provide some details of your issue.

Thanks,

Sree


Read only

Former Member
0 Likes
1,111

sqmt--- square meter ..

it is maintain in mm02  ex  material number : R002B210000001

so if in material number if it is maintain as sqmt it should display in smartform


else   it is maintain as sqyd it should display in smartform.


so the sqmt field should be dynamic .


through sales order  number our smartform will change .

Read only

0 Likes
1,111

Hi,

so its a base unit of measure right? and it will be different for each material.

if its a base of unit material then get the value(MEINS) from MARA and use it in your smartform.

Thanks,

Sree

Read only

0 Likes
1,111

hi nisha agarwal,

how can i put condition in program line

as my material number and sales order change constantly...

other thing in mm02 the value doesnt refer to any field.

i can check in mm02->material number->classification->chaterstic (fix)-> value (change).

Read only

0 Likes
1,111

i check meins

and marm table..

can u please brife me how to use the unit of measurement

Read only

Former Member
0 Likes
1,112

Hi Sitakanta,

For such conditions, maintain your output as per your conditions using program lines.

Take a variable to store your dynamic data and change it as per your conditions.

Thanks.