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

LDB FMF

Former Member
0 Likes
604

Hi,

I have copied the ldb FMF to ZFMF to customize the slecetion screen.

the program is working fine but i have a strange problem.

i have opened 2 sap sessions with two differents users : user1 and user2

when i execute the program with the user1 (first) , the data is retreived correctly from the ldb FMF

and after

when i execute the program with user2, i have no data.

i disconnect the two sessions and reconnect again with the same two users.

NOW i execute the program with user2 (first) the data is retreived correctly

and when i execute the program wuth the user2, no data is retreived.

what is the problem? it's seems that the program is working only for one user ine the same time.

Any help please

Best regards

3 REPLIES 3
Read only

Former Member
0 Likes
540

Hi,

Did you check with programs that use LDB FMF.

If they also behave the same , check for any lock objects.

Regards,

Srini.

Read only

Former Member
0 Likes
540

Hi Srini,

thanks for your answer

Yes i have tested the standard transaction FMRP_RFFMEP1AX and it works fine,

maybe because i am using a z copy of FMF LDB, i had commented some standard code like *//

  • Modal Dialog Boxes

*INCLUDE ifmku_popup0100_pbo.

*INCLUDE ifmku_popup0200_pbo.

*INCLUDE ifmku_popup0100_pai.

*INCLUDE ifmku_popup0200_pai.

i have to check again

regards

Read only

Former Member
0 Likes
540

you are right, i have checked again, and found the lock message:

No posting due to locks in the plan data interface (message KP571).

Procedure

Repeat the interface callup, this time with all data records.

may i solve this problem in the code itself of my program or it's a normal behavior.

regards