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

md04 TRANSACTION

Former Member
0 Likes
1,520

Hello,

I'm in the MD04 transaction and i see that the table control that is in that transaction is filled based on the structure MDEZ, but know i want to know how the structure mdez is populated, where does the mdez is going to get the data?

Thanks,

Hello,

I'm in the MD04 transaction and i see that the table control that is in that transaction is filled based on the structure MDEZ, but know i want to know how the structure mdez is populated, where does the mdez is going to get the data?

Thanks,

9 REPLIES 9
Read only

Former Member
0 Likes
1,424

hi,

you have to Debug the transaction.

Reward if helps.

Thanks,

Krishnakumar

Read only

Former Member
0 Likes
1,424

Hello Ricardo,

The structure MDEZ is filled in the routine

*--> Icon für erste Spalte bestimmen

PERFORM SET_DETAIL_ICON CHANGING MDEZ. in the program MM61XTCI_MODIFYTC_SCREEN_750.

If useful reward points.

Vasanth

Read only

Former Member
0 Likes
1,424

Can anyone tell me where to find the "Post New Topic".

Read only

Former Member
0 Likes
1,424

hi

good

go to SAPMM61R and do the global search for MDEZ, you ll find lots of places where they are calling the MDEZ structure for get the data.

thanks

mrutyun

Read only

Former Member
0 Likes
1,424

Hi,

How to assign authority objects to user Role so that I can block user from viewing P/O data in MD04?

Read only

Former Member
0 Likes
1,424

Dear Kiran,

Please include the command "AUTHORITY-CHECK" before displaying the P/O data in MD04 transaction. The logic is if user doesn't has the authorization, loop screen internal table and set screen-visible = 'X' for the list of field which displys the P/O data.

Regards,

Prasanth

Read only

0 Likes
1,424

Hi Prasanth,

May I know where/how to include the command "AUTHORITY-CHECK" before displaying the P/O data in MD04 transaction.

Thanks.

Read only

Former Member
0 Likes
1,424

Dear Kiran,

I do not know whether you are technical or functional consultant. Before execution of PBO event of the screen, code in subroutine pool / program will be executed for collection of data. You can include in this command before / after collection of data. I could not explain in detail with names of program or subroutine as I am not familiar with MD04 transaction.

I can tell you technically if you have problem.

Regards,

Prasanth

Read only

Former Member
0 Likes
1,424

1.WT ARE TRUE TRANSACTION CODE OF RECORDING?

2.WT IS THE EVENT AND TABLE WHICH VALIDATES SELECTION SCREEN DYNAMICALLY?