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

Access sequence problem

Former Member
0 Likes
328

Hi friends,

i have created 2 routines in VOFM -->requirements and one routine in formula. i have a report in which i have used FM PRICING.

this pricing is executed in side the loop for no of records passed to structure KOMK & KOMP and finally it gives price information in KOMV table . problem is everytime when it is executed , Access sequence in KOMT2 table is doubled i.e in spro-define access sequence ,i have only one access sequence with 16 entries (16 table) with 2 routines and exclusive is marked for first 8 entries and for remaining exclusive is not marked .

so it is taking more time for just 2 records . finally access sequence has 92 records . i think , everytime when i call FM pricing, komt2 is appended with spro settings access sequence entries . ..

how to rectify this..please let me know if u have an idea,

Thanks

kani

1 REPLY 1
Read only

Former Member
0 Likes
285

self solved