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: 

Change Material description by z report

naveen_pundir
Explorer
0 Kudos

Dear Freinds,

I want to change material description ,SHORT DESCRIPTION by zreport screen without using any excel or text file, please help me out .

Thanks

Naveen

4 REPLIES 4

former_member242255
Active Contributor
0 Kudos

hi naveen,

can you be a bit more clear on u r requirement

0 Kudos

I want that i will make a zreport by this user will enter material code and plant and then in existing storage location he can change storage location by own.

0 Kudos

Hi,

Make those fields what ever user wants to enter in the selection screen aslo the field which you want to change by user.

When ever user clcik on execute then they should get message by saying that "Description is changed".

Code:

1. create one work area type table of MARA.

2. fetch the single record form MARA into that structure where table entries = user inputs

3. map the description field with user entered field to be change

4. Unlock the table

5. modify the table from work area

6. Lock the table.

7. Pass the message.

---Naveen Inuganti.

Former Member
0 Kudos

Hi Naveen,

Is it like do you want to change the db table's fileds or the output report fields,

Thanks and regards

Srikanth.P