2014 Feb 10 8:51 PM
Hi expert,
I write following code into a program: whick run background:
SET PARAMETER ID 'Z_PA_EAR' FIELD TBTCM-JOBCOUNT.
GET PARAMETER ID 'Z_PA_EAR' FIELD ZJOBCOUNT.
SET PARAMETER ID 'Z_PA_EAR1' FIELD TBTCM-JOBNAME.
GET PARAMETER ID 'Z_PA_EAR1' FIELD ZJOBNAME..
MESSAGE I001(00) WITH 'this is your information set: jobname ' TBTCM-JOBNAME ' job count: ' TBTCM-STEPCOUNT.
MESSAGE I001(00) WITH 'this is your informationset retrieved:jobname ' ZJOBNAME ' job count: ' ZJOBCOUNT.
but I get following result, why they are different for jobcount?
this is your information set: jobnameBI_PROCESS_ABAP job count:1
this is your informationset retrieved:jobnameBI_PROCESS_ABAP job count:15422800
Many Thanks,
Bo
2014 Feb 11 2:21 AM
Hi,
Pls check: You are setting the value for TBTCM-JOBCOUNT, but instead printing TBTCM-STEPCOUNT.
Regards,
Munesh.
2014 Feb 11 2:21 AM
Hi,
Pls check: You are setting the value for TBTCM-JOBCOUNT, but instead printing TBTCM-STEPCOUNT.
Regards,
Munesh.