cancel
Showing results for 
Search instead for 
Did you mean: 

Incorrect name appears on Draft name contract release

former_member630517
Discoverer
0 Kudos
126

Hi All,

I get incorrect draft name on create draft. In the past the name of the person appeared on the draft (whoever created the CR), however, sometimes we see the purchasing person`s name instead of the name of the person who is creating the CR

CR creation

selected requition>Assign source of supply>review draft-- incorrect name

Accepted Solutions (0)

Answers (1)

Answers (1)

daniel_marlen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Jo,

The draft name is populated in Method /SAPSRM/IF_PDO_AO_SOCO~GET_SPLIT_CTR of class /SAPSRM/CL_PDO_AO_SOCO:

CONCATENATE ls_split_ctr-f_desc sy-uname lv_date lv_time(5) INTO ls_split_ctr-f_desc SEPARATED BY space.

Here always the login user will be populated. You can compare the working and non-working cases via debugging to determine the cause.

Best regards,

Daniel