Application Development 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: 

Link between LIFNR and UNAME fields

Former Member
0 Kudos

Hi,

I need to find a relation between the LIFNR field (vendor number) and the UNAME field.

Any clue ?

Thanks for answering !

5 REPLIES 5

koolspy_ultimate
Active Contributor
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

Select data from table LFB1 with LIFNR and get the PERNR.

Go to PA0105 and get USRID for above pernr and SUBTY = 0001 .

Regards,

Srini.

0 Kudos

Hi Srini,

No entry in my PA0105 table.

And all PERNR fields in LFB1 table are null.

Your solution can't work in my environnement.

raymond_giuseppi
Active Contributor
0 Kudos

Try the following FM (SRM)

- [BBP_SUS_BUPA_USER_INFO_GET|http://www.sdn.sap.com/irj/scn/advancedsearch?query=bbp_sus_bupa_user_info_get]

- [ROS_BUPA_READ_DATA|http://www.sdn.sap.com/irj/scn/advancedsearch?query=ros_bupa_read_data].

Regards,

Raymond

0 Kudos

Sorry,

I don't have these two functions module too.