‎2010 Mar 29 1:08 PM
Dear ABAP Experts,
This is in the Context of T-Code VOP2.
I wanted to have Partner Type 'A' (Work center), in the PM Partner Determination Procedure, which is outside the standard option available (KU, LI, AP, O, S, US, PE).
for this I ahve identified the User Exit ICSV0008 and Function Exit EXIT_SAPLIPAR_004.
I am trying the include ZXCSVU07 with the following Code
NRART = 'A'.
Though the Syntax/Activation process everything was OK, the requirement is not fulfilling.
Same error repeating Error Message no. VC264
May help if someone has the solution.
Regards
Jogeswara Rao
Edited by: K Jogeswara Rao on Mar 29, 2010 5:38 PM
‎2010 Mar 30 2:18 PM
Hello,
think that you'll have to allow the partner type 'A' in EXIT_SAPLIPAR_003 and then use the EXIT_SAPLIPAR_004 to get the value's
from the partner. But a workcenter as a partner seems tome a bit curios.
Regards Wolfgang
‎2010 Mar 31 4:14 AM
Thanks for Reply.
The context:
We are trying to get the Work centers in the Task Processor filed of Notification Tasks Tab.
Present Status:
I've done the first part of your answer (EXIT_SAPLIPAR_003) and now I am getting the Work center option in the Partner Types.
But, I am unable to get the values from the F4 tab, this seems because the 2nd FE namely EXIT_SAPLIPAR_004 has to be applied.
How to allpy this. Do I need to add any code in the include. If so can you help me.
Regards
Jogeswara Rao
‎2010 Mar 31 11:10 AM
Hello,
the EXIT_SAPLIPAR_004 is designed to get adress data to the Partner type. It's designed to get something like an adress to the partner. But i wouldn't know, that a workcenter has adress data.
And - you write "We are trying to get the Work centers in the Task Processor filed of Notification Tasks Tab" -
Why do you try to do this via Partner Exit's ?
Regards Wolfgang
‎2010 Mar 31 12:50 PM