cancel
Showing results for 
Search instead for 
Did you mean: 

Error in print program

Former Member
0 Kudos

Hi guys,

I am trying to change to new tds format for form 16. After applying snote 1486147 ,there is an error in driver program.

The field "H_ECESSTYPE_TAB1" is unknown, but there is a field with the similar name "ECESSTYPE_TAB1.

can any one guide me how to rectify this error.

thanks in advance.

regards,

suresh.

Accepted Solutions (1)

Accepted Solutions (1)

koolspy_ultimate
Active Contributor
0 Kudos

let me know whether your purpose is solved or not.

Regards,

koolspy.

Former Member
0 Kudos

Thank you,

suresh.

Answers (2)

Answers (2)

koolspy_ultimate
Active Contributor
0 Kudos

Hi suresh,

Try this way

in the include J_1IEWT_CERT_F01 of your driver program

under FORM process_dp.

just add this


  DATA : surchtype_tab1 type standard table of rate_type with header line,
         h_ecesstype_tab1 type standard table of rate_type with header line, " Note 1097621 *this is must*
         ecesstype_tab1 type standard table of rate_type with header line.

Hope your purpose will be solved.

Regards,

koolspy.

Former Member
0 Kudos

Hi,

Refer and Apply the note 1097621.

Regards,

Dhina..

Former Member
0 Kudos

Hi Dhina,

I tried to apply tne note you mentioned , a status message 'NO CORRECTION INTRUCTIONS TO BE IMPLEMENTED 'was coming.Please guide me how to proceed.

thanks,

suresh.