cancel
Showing results for 
Search instead for 
Did you mean: 

COVP

Former Member
0 Kudos

hi all,

Hi my requirement is to add 2 independent characteristics value while RRB.

I have to use EXIT_SAPLAD12_003 .

IMPORTING

VALUE(I_TABNAME) LIKE AD01FIELDS-TABNAME

VALUE(I_FIELDNAME) LIKE AD01FIELDS-FIELDNAME

VALUE(I_COST_VALUE)

EXPORTING

VALUE(E_ATTRI_VALUE)

field-symbols <zcovp> like covp.

case i_tabname.

when 'COVP'.

assign i_cost_value to <zcovp>.

case i_fieldname.

when 'ZZBILIND'.

Populate the valuation type characteristic by gderiving the value from

the combination of 2 tables Z8130 and ZMIRS_MCOP_HDR record corresponding to the current COVP record being processed.

Here the input to Z8130 ans Zmirs_mcop_hdr are goin to be the SAles order no. , Item no, matnr, and PMO no.

But here in COVP view, vbeln , Posnr and aufnr are not present.

So how do i get these fields in the exit EXIT_SAPLAD12_003.

Is there any othere table or view which i can use instead of covp...or this is the only 1 ...

Thanks,

Amruta.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you have PCA activated.

If there is one to one mapping of Cost Center - Profit Center

Then you can use GLPCA table.