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

macro in Module pool

Former Member
0 Likes
370

Hi all,,,

i want to have payroll data in module pool program,,,i included the standard include i.e. but it is not accepting the standard macro 'rp-imp-c2-cu'. pls tell me how to import the payroll data using moduke pool...

its urgent.

Thanks......

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
331

Where did you put the standard include? Sometimes Macros do not get found unless the Define is in the code before the macro is called - so you may need to put the include statement for the standard HR include at the beginning of your top include for the dialog program?

Andrew

1 REPLY 1
Read only

Former Member
0 Likes
332

Where did you put the standard include? Sometimes Macros do not get found unless the Define is in the code before the macro is called - so you may need to put the include statement for the standard HR include at the beginning of your top include for the dialog program?

Andrew