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

ZXCSVU07 include code for ICSV0008 User Exit.

jogeswararao_kavala
Active Contributor
0 Likes
862

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

4 REPLIES 4
Read only

Former Member
0 Likes
710

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

Read only

0 Likes
710

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

Read only

0 Likes
710

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

Read only

jogeswararao_kavala
Active Contributor
0 Likes
710

thank you