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

Module Pool programming

Former Member
0 Likes
223

Hi All,

In one of the module pool programs, i have seen some modules as follows:

module %_XXXXXX.

moduek %_YYYYY.

check fieldname module %_XXXXX.

what is this %_XXXXX?

when i double click this module , it says " %_XXXX doesnot exists, do you want to create it"

can anybody explain about these things?

Thanks in advance.

with regards,

Murthy

1 REPLY 1
Read only

matt
Active Contributor
0 Likes
203

These are just module names - they look a bit odd, but they're perfectly valid. Possibly, they're defined in hidden standard SAP programs, so you can't see the code. Possibly, you're looking at a template for some generated code, where XXXX is replaced by a real module name.

Without knowing the name of what you're looking at, it's difficult to say more.

matt