Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

J_1ITD04 program

Former Member
0 Likes
304

Hi,

I am using Zreport of program J_1ITD04 , in that i want to print certificate numbers in ranges ie from ... to., but it is not accepting., any idea how to do it.

Thanks & regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
285

Check whether certificate numbers are assigned to records in the table J_1ICERTIF. This is where the data is selected in the program and it later prints relevant data from J_1I* tables.

The program has to be tweaked into by debugging to check if the certificate number range you are trying to print, the relevant data is getting selected or exists at the SAP tables or not.

Maybe the process of assigning certificate numbers to TDS certificates has not been accomplished and something is a miss!

1 REPLY 1
Read only

Former Member
0 Likes
286

Check whether certificate numbers are assigned to records in the table J_1ICERTIF. This is where the data is selected in the program and it later prints relevant data from J_1I* tables.

The program has to be tweaked into by debugging to check if the certificate number range you are trying to print, the relevant data is getting selected or exists at the SAP tables or not.

Maybe the process of assigning certificate numbers to TDS certificates has not been accomplished and something is a miss!