‎2010 Aug 30 11:01 AM
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
‎2010 Aug 30 11:14 AM
Hi,
Did you check with programs that use LDB FMF.
If they also behave the same , check for any lock objects.
Regards,
Srini.
‎2010 Aug 30 12:42 PM
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
‎2010 Aug 30 1:12 PM
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