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

View on MKPF

Former Member
0 Likes
741

Hi Friends,

I want to make join on MKPF table through Reference(XBLNR) field . but the select statatement for executing query is getting very slow . is there any view available on MKPF table or any other method throught which we can fetch records through MKPF .

I have reference document only for making join through MKPF.

Kamal

1 ACCEPTED SOLUTION
Read only

rvinod1982
Contributor
0 Likes
659

Hi,

You want to join MKPF with which table?

Regards,

Vinod

Hi Friends,

I want to make join on MKPF table through Reference(XBLNR) field . but the select statatement for executing query is getting very slow . is there any view available on MKPF table or any other method throught which we can fetch records through MKPF .

I have reference document only for making join through MKPF.

Kamal

3 REPLIES 3
Read only

rvinod1982
Contributor
0 Likes
660

Hi,

You want to join MKPF with which table?

Regards,

Vinod

Read only

0 Likes
659

i want to join MKPF with VBRP table (VBRP-VGBEL ~ MKPF-XBLNR) for fetching the Posting Date .

Read only

0 Likes
659

Hi ,

Why don't you create an database View with MKPF & VBRP table's select only the fields required for your requirement, so that in dabase level the view will be created , and it will be alsofaster ...always you can use the View created for any select statement related to this fetch .

Regards,