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

DANGEROUS MATERIAL TEXTS

Former Member
0 Likes
1,228

Hi all

How can i get dangerous material texts like it displayed in transaction DGP3 ?

using FM (? ) or somebody would kindly get me another way

to get texts ?????

Regards Helena

Hi all

How can i get dangerous material texts like it displayed in transaction DGP3 ?

using FM (? ) or somebody would kindly get me another way

to get texts ?????

Regards Helena

2 REPLIES 2
Read only

Former Member
0 Likes
761

Hi,

If they are standard texts then look into the function module READ_TEXT.

Gareth.

Read only

Former Member
0 Likes
761

You can follow the steps...

1. First Get the Dg material from MARA field is STOFF.

2. Use warehouse and get the REGKZ(Region code) from T300

3. now go to MGEF table

get the 8 fields

GFVM1

GFVM2

GFVM3

GFVM4

GFVM5

GFVM6

GFVM7

GFVM8

4.

now for each GFVM* go to the table T646H with

SPRAS(System language)

GEFVM(you get this from step 3) get the text GVTXT

so you get 8 texts from T646H for 8 Hazardous material warnings.

You combine all of them that is the Text you are looking for.