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

Runtime error: Load_Program_Not_Found in SAPLIWP3 for Include LIWP3O4B.

gautam_poddar2
Participant
0 Kudos
224

When tcode IP02/IP03 is executed, Runtime Error occurs: Load_Program_Not_Found

for "SAPLIWP3" in include "LIWP3O4B" for module "IPRM0003_PBO_BADI". The code extract is given below :-

----


  • INCLUDE LIWP3O4B *

----


&----


*& Module IPRM0003_PBO OUTPUT

&----


MODULE iprm0003_pbo OUTPUT.

PERFORM iprm0003_pbo_read_impos.

PERFORM iprm0003_pbo_append_fields USING impos

impla.

ENDMODULE. " IPRM0003_PBO OUTPUT

----


  • MODULE iprm0003_pbo_partner OUTPUT

----


*

----


MODULE iprm0003_pbo_Badi OUTPUT.

PERFORM iprm0003_pbo_fields_badi USING impos

impla.

ENDMODULE. " IPRM0003_PBO_partner OUTPUT

Once the control reaches ENDMODULE. " IPRM0003_PBO_partner OUTPUT, Runtime error is generated.

Moderator message - Moved to the correct forum

Edited by: Rob Burbank on Nov 12, 2009 9:26 AM

1 REPLY 1
Read only

Former Member
0 Kudos
124

There are several NOTES for similar kind of issues.. those should help..