2012 Oct 09 4:32 PM
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.
2012 Oct 09 5:17 PM
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
2012 Oct 09 4:44 PM
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
2012 Oct 09 5:02 PM
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.
2012 Oct 09 5:17 PM
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
2012 Oct 10 5:09 AM
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.
2012 Oct 10 10:28 AM
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
2014 Nov 10 7:34 AM
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