cancel
Showing results for 
Search instead for 
Did you mean: 

How to get sap login user id name into view input field?

Former Member
0 Kudos

Hi All,

Can anybody help me regarding this.

How to get sap login user id name into view input field?

Thanks and regards,

Kriss.

Accepted Solutions (1)

Accepted Solutions (1)

Madhu2004
Active Contributor
0 Kudos

SY-Uname can be used to get the login user id. after that u can create input filed and bind this value to that.

Answers (1)

Answers (1)

former_member1151507
Participant
0 Kudos

Hi,

Create an attribute of type SYUNAME and bind that to the InputField. Set the attribute value with SY-UNAME in WDDOINIT/WDDOMODIFYVIEW.

Regards,

Manogna

Former Member
0 Kudos

Thanks madhu and mano

Thanks and Regards,

kriss.