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

EXIT_SAPLV61B_002 not getting triggered

VijayCR
Active Contributor
0 Likes
1,993

Hello Experts,

      When ever i am creating a PO the above exit is not getting triggered.Let me know whether any configuration is missed i put there braek point also but still its not triggered.

Thanks,

Vijay.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,647

Hi Vijay,

This user exit triggers only when your output type Print Parameter is set as 'E' ( User Exit ).

You can set the print parameter in your Output type ( Txn : NACE ) in "Print" tab.

Hope this helps.

Regards,

R

6 REPLIES 6
Read only

Former Member
0 Likes
1,647

Hello,

Have you created a project for the enhancement VN000001 uner which your exit is triggered. You need to create a project for this using CMOD and then activate it. Also you need to double click the include like for e.x in your case it is ZXWM1U02 and put a break point there. Check this way it will work.

best regards,

swanand

Read only

0 Likes
1,647

Hello Swanand,

     The include was already created and a part of code was written there but still its not getting triggered let me know where exactly i can check for this trigerreing is it after creation of PO or during the messeges tab?

Thanks,

Vijay.

Read only

Former Member
0 Likes
1,648

Hi Vijay,

This user exit triggers only when your output type Print Parameter is set as 'E' ( User Exit ).

You can set the print parameter in your Output type ( Txn : NACE ) in "Print" tab.

Hope this helps.

Regards,

R

Read only

0 Likes
1,647

Hello Rudra,

          We have done this Configuration now but still we are not able to trigger is there any other configuration we had missed out./?

Thanks,

Vijay.

Read only

0 Likes
1,647

Hi Vijay,

How do you know that it is not triggering? Did you debug it? Put a break point in include LV61BF0P

Subroutine printer_parameter_lesen. You might have to switch on the Update Debugging to debug this.

Regards,

R

Read only

0 Likes
1,647

Hello Vijay,

the exit gets only triggered when no printer is set in NACE -> conditions records.

Check your condition record for your specific application / output type and delete the outptit device there.

Regards BG