cancel
Showing results for 
Search instead for 
Did you mean: 

AUFBAUEN_MDPSX_ANZEIGEN

Former Member
0 Kudos

hi

plz can anybody suggest how to use the fm:AUFBAUEN_MDPSX_ANZEIGEN

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

CALL FUNCTION 'AUFBAUEN_MDPSX_ANZEIGEN'

EXPORTING

EMT61D = MT61D "material master Dispo-View

ECM61X = CM61X "indicator scheduling

ECM61W = CM61W Planning and Works, calendar

ECM61B = LS_CM61B "Dispobereich

ET399D = T399D "flag factory

TABLES

MDPSX = MDPSX "Dispo-Beleg

EXCEPTIONS

ERROR = 01

daniel_carvalho
Active Contributor
0 Kudos

Hello,

The tip is:

You should find all the tables related to the structures:

EMT61D = MT61D "material master Dispo-View

ECM61X = CM61X "indicator scheduling

ECM61W = CM61W " Planning and Works, calendar

ECM61B = LS_CM61B "Dispobereich

ET399D = T399D " flag factory

Example:

MT61D will have data from MARA, MARC, MARD, etc...

Then you build the values and call the function module.

I 'm sure it is going to work.

Regards,

Daniel.