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

retrieving records ....

Former Member
0 Likes
408

hi frnds

the need is like, i have values from vbrk and i need to retrive values from bkpf by comparing

vbrk-vbeln and bkpf-xblnr, thing is that vblen is of 10 chat length and xblnr is 16 char length..

but i need to do this can u help me..

Regards

sekhar

hi frnds

the need is like, i have values from vbrk and i need to retrive values from bkpf by comparing

vbrk-vbeln and bkpf-xblnr, thing is that vblen is of 10 chat length and xblnr is 16 char length..

but i need to do this can u help me..

Regards

sekhar

2 REPLIES 2
Read only

Former Member
0 Likes
387

hi,

U can do dis as i dont find any complexity in it . these are both the transparent tables and by having inner join among them u can reterive the data.

Read only

Former Member
0 Likes
387

you can declare a local varialble of 16 char length and take the vbrk-vbeln into it and then compare with bkpf-xblnr.

hope you can get the solution!!!!!