on 2019 Sep 18 7:44 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.