Application Development 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: 

help need

Former Member
0 Kudos

hi friends,

could u please help me

my problem is i have taken the selection input

vekp-exidv field and vevw-objkey field and afvc-ltxa1

Based upon that fields i have to retrive the data from the table RESB field is MATNR but i have not able to find the relation.

Could u please help me any one of them

Urgent help need

Regards

harshavi

3 REPLIES 3

Former Member
0 Kudos

Hi,

Check the relations...

vewp-venum = vevw-handle

vevw-object = resb-objnr

afvc-aufpl = resb-aufpl

afvc-aplzl = resb-aplzl

afvc-arbid = vevw-object

Regards,

Azaz Ali.

0 Kudos

hi azaz

thanks for giving the reply

but i need the relation to fetch the data

from RESB-matnr

Using the selection input fields

vekp-exidv

vevw-objeky

afvc-ltxa1.

but i am not able to find these fields

Coulud u please help me how to do this

Regards

harshavi

0 Kudos

Hi,

If i have understood you correct here is the relation.

With the vale of selectiob screen field VEVW-OBJKEY, 1. select the values of field VEVW-OBJECT

2. select ARBID AUFPL APLZL from table AFVC where ARBID = VEVW-OBJECT and ltxa1 in s_ltxa1

3. get the values of matnr from table RESB by applying the condition resb-objnr = vevw-object and resb-aufpl = afvc-aufpl and resb-aplzl = afvc-aplzl.

Regards,

Azaz.