Application Development 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: 

Module Pool transport issues

Former Member
0 Kudos

I have a selection screen 100 which will be called before table maintenace generator is being displayed. In screen 100 - PAI event i have added a module(highlighted in RED) - Its working correctly in Development System.

When i move this TR to next system -> this module is not apperaing in the next system. But the include asscociated with this module is transported.

I am really confused why this single piece of code is not getting transported to next system. I transported 2-3 times by going to change mode and saving it. Its getting saved in TR, but after transport - the module changes are not coming.

 

 

PROCESS AFTER INPUT.

MODULE z_check_back AT EXIT-COMMAND.
MODULE %_back AT EXIT-COMMAND.

Thanks and Regards,

Senthil

Message was edited by: Matthew Billingham - updated to more meaningful subject

10 REPLIES 10

VenkatRamesh_V
Active Contributor
0 Kudos

Hi Senthil,

Check your PF status (SE41) Active or not.

Hope it helpful.

Regards,

Venkat.

0 Kudos

Abdul,

PF status is Active ! I am worried why this single line is not transported to QA system.

MODULE z_check_back AT EXIT-COMMAND.

Thanks

Senthil

Former Member
0 Kudos

hi senthil,

change MODULE %_back AT EXIT-COMMAND.


to


MODULE module_back AT EXIT-COMMAND.


and try.

0 Kudos

This code was generated by SAP and my module is MODULE z_check_back AT EXIT-COMMAND.

matt
Active Contributor
0 Kudos

So the problem is that while the include that contains module z_check_back exists, your flow logic is not being transported?

If that's the case, then the object that has the screen is probably not in your transport - perhaps in another one.

From the flow logic, go to "Goto->object directory entry". Click on "lock overview". This will tell you the transport that your screen is on.

Former Member
0 Kudos

Thanks Matthew ! The include - CODE is getting transported !

This line which i have added in PAI of screen 100 is not getting transported to QA system.

MODULE z_check_back AT EXIT-COMMAND.

When i tried Flow logic, go to "Goto->object directory entry". Click on "lock overview". ---> it says object is not locked.

Since this single line is not been transported, when i click back on the QA system - its not working.

matt
Active Contributor
0 Kudos

That's your problem then. Your screen isn't on a transport. Check the object directory entry again - what package have you saved against? Is it one that's transportable?

If not, change it. You'll be prompted for a transport.

If it is, then make a change. Save against a transport. Undo the change and activate.

Former Member
0 Kudos

I did it Twice and move the Transport and if i see the transport - its getting added. But when you see in the next system - this line is not appearing and hence my logic which is inside the include is not working.

matt
Active Contributor
0 Kudos

1) Check that the correct object director entry (R3TR...) is in your transport

2) On import through STMS, there are various options. One of them is "overwrite originals" or something like that.

If still no joy, please tell me the object directory entry values.

vinodkumar_thangavel
Participant
0 Kudos

Hi Senthil,

Try to rebuild your objects in that specific function group and check the same.

Regards,

Vinodkumar.