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

Custom infotype replacement for dialog modules

Former Member
0 Likes
817

Hi,

I have been asked to recreate a custom OM infotype (created with PPCI and based on the Planned Compensation infotype) to the new SAP EHP4 environment. Part of the infotype is a custom dialog maintenace module that allows the infotype to be viewed and maintain with the PP01 transaction (planned compensation is linked to a job).

When I recreate the code in the new environment (I cannot use a transport), I am unable to recreate the dialog module because the system says "dialog modules are obsolete and no longer supported." Can you tell me what is the new way to create the new maintenance screen and have it work with PP01. Also, it seems that if I try to change the configuration table T777D (using SM30) with something other than a dialog module name, it doesn't accept it, so where does the new maintenance screen go in that table?

Thank you in advance for your help.

Christian Durini.

1 REPLY 1
Read only

Former Member
0 Likes
506

Hi,

whereever we create a custom OM infotype using PPCI transaction, the system will go to next level as with titles as

- Module Pool Program

- Screens

- Tables and etc...

so as per the structure of Module Pool Program, first of all we have to create Program (Double click on each Program after that the cursor will to next screen.here we have to click on create button). After that go to SE51 and enter the program and screen number, click on change button.

Normally whenever we create info type the system will maintain with screens as 1000, 2000, 3000

follow above procedure for 3 screens.

Ram.