2013 Jun 06 9:17 PM
Hi Please help me in finding a way to capture value entered by the user in Partner Function Column in Partners Tab in ME21N tcode.
its really urgent can anybody please help me on this.
I need this value to be used in data population in customer data Tab.
Please have a look at the attachment maybe then you would have a clear understanding
thanks alot
2013 Jun 16 12:55 PM
Thanks guys for the reply.
I was able to find the value using
field-symbols : <fs_bsart> type any.
ASSIGN ('(SAPLEKPA)XMMPA[]') TO <SCR>.
IF <SCR> IS ASSIGNED.
READ TABLE <SCR_PARVW> ASSIGNING <WA> WITH KEY ('PARVW') = 'BA'.
if sy-subrc = 0.
endif.
endif.
and using the above code i was able to find the value entered by the user.
2013 Jun 06 9:30 PM
Hi Rajat,
Do you can find this information on table EKPA.
tanks
Daniel
2013 Jun 07 4:55 AM
Hi Rajat,
From TPART-VTEXT you can get the value.
Regards
Purnand
2013 Jun 07 8:36 AM
2013 Jun 16 12:55 PM
Thanks guys for the reply.
I was able to find the value using
field-symbols : <fs_bsart> type any.
ASSIGN ('(SAPLEKPA)XMMPA[]') TO <SCR>.
IF <SCR> IS ASSIGNED.
READ TABLE <SCR_PARVW> ASSIGNING <WA> WITH KEY ('PARVW') = 'BA'.
if sy-subrc = 0.
endif.
endif.
and using the above code i was able to find the value entered by the user.
2013 Jul 23 11:10 AM
Hi Rajat,
I am also trying the same in me21n, but didn't able to get the value. Can you please elaborate the above solution in detail. Pls view the attached file for more details.
Regards,
Vishwas