Symptoms
Existing SAP Variant values are removed when not explicitly set during RMJ sapjob submission
Reproduction
- in SAP create variant V1 for program BALVEX01, enable Technical Name and enter values for CARRID, CONNID and FLDATE
- in RMJ duplicate AbapRunPrint, add Parameter SEL_FLDATE with value 20180301-20190101
- submit the definition
-- result with 2023.2.0: SEL_FLDATE has changed, other fields same as before (correct)
-- result with 2023.3.0: SEL_FLDATE has changed, other fields wiped (wrong)
Workaround
Pass all existing Variant values (in addition to the ones that needs a change) by creating additional Parameters on the RMJ definition
- in SAP SE38 on the variant value screen, enable Technical Names
- in RMJ edit the definition and add Parameters as
SAP parameter type S needs to be created with RMJ parameter SEL_<technical_name>
SAP parameter type P needs to be created with RMJ parameter PAR_<technical_name>
Affected version
RunMyJobs 2023.3.0
Resolution
This issue will be fixed in 2023.3.0.2 / 2024.1
Reference
RSC-727
Last updated: 01 Feb 2024
Comments
0 comments
Please sign in to leave a comment.