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

MI31

Former Member
0 Likes
537

Hi all,

I have a requirement in a way that i need the data(list) from the transaction mi31 but with extra select options with fields disponent and chargen(these are not in mi31 transaction).

solution1:

Copy the predefined program into Z program and add the selection scrren.But when i looked at the predefined program it is very complicated and i have no idea where to add the fields and how to go about it.

Solution 2:

Create a new program without copy of the predefined program, but i dont know which fields to use.And how to extract data like mi31.

Please kindly help me regarding this issue.

Regards and Thanks

Chandu.

Hi all,

I have a requirement in a way that i need the data(list) from the transaction mi31 but with extra select options with fields disponent and chargen(these are not in mi31 transaction).

solution1:

Copy the predefined program into Z program and add the selection scrren.But when i looked at the predefined program it is very complicated and i have no idea where to add the fields and how to go about it.

Solution 2:

Create a new program without copy of the predefined program, but i dont know which fields to use.And how to extract data like mi31.

Please kindly help me regarding this issue.

Regards and Thanks

Chandu.

1 REPLY 1
Read only

suresh_datti
Active Contributor
0 Likes
431

Hi Sai,

I see your dilemma.. But it can be done.. & Solution1 is better.. You will have to copy the program and also the includes where you need to make the changes.. you have to declare the additional select-options in the copyf of the include RM07IBDC_EXT_DATA1. The selection screen values are passed to the function module 'MB_SELECT_MAT_PHYSINV_STD' to retrieve the data. YOu will have to copy the include RM07IBDC_EXT_FORM1 and change the function call to the custom version..say 'Z_MB_SELECT_MAT_PHYSINV_STD'. here you need to add the additional selection parameters..

Regards,

Suresh Datti