A problem about Define Social Insurance Authority Institution
Hi experts:
When I use "spro" to define the social insurance authority institution,there is a problem.
The route is "Payrollu2192Payroll:Chinau2192Master Datau2192Social Insuranceu2192Social Insurance Authorityu2192Define Social Insurance Authority Institution".
The problem is the fields of "Authority code","Name","Insur.type" are gray.It seems I can't import anything.And in the "SI authority name" and "Area" ,I have import the value of "District SI Center" and "00".
But when I press ENTER ,the error is "Entry 0532 00 does not exist in T7CN25".
I have written a report to read the table"T7CN25", just like
DATA itab type T7CN25 .
SELECT * INTO itab FROM T7CN25 .
ENDSELECT.
WRITE itab .
The result is :001REST0005 please enter the name XX .
Please help me.
THX!