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

HR_MAINTAIN_MASTERDATA Pop Up

Former Member
0 Likes
463

Hi,


I am having issue (in fm HR_MAINTAIN_MASTERDATA ) with the popup which comes along with IT210(State withholding record) ..I have tried all possible scenarios and below is the code..I am getting A complex error has occured.


When I put dilog_mode = 1, program stops at the pop up. 


Is there any other way of handling the pop up without changing config.. Below is my code.

This issue is happening during hiring the employee..

PERFORM rv_fill_prop USING:
'0210'  'P0210-BEGDA'  '20130301' '00',
'0210'  'P0210-ENDDA'  '99991231' '00',
'0210'  'P0210-TXSTA'  '01' '00'.

PERFORM rv_fill_prop USING:   <------ Here is the Problem
'0210'  'P0210-BEGDA'  '20130301' '02',
'0210'  'P0210-BEGDA'  '20130301' '02',
'0210'  'P0210-ENDDA'  '99991231' '02',
'0210'  'P0210-SUBTY'  'OR01' '02',
'0210'  'P0210-TAURT'  'OR01' '02',
'0210'  'P0210-TXSTA'  '01' '02'.

INS                  0001

INS                  0002

INS                  0006

INS                  0021

INS                  0019

INS                  0094

INS                  0007

INSS                 0008

INS                  0009

INS                  0208

INS                  0209

INS                  0210     FED

INS                  0210     <---- Popup for subtypes comes in this screen

Thanks..

Hi,


I am having issue (in fm HR_MAINTAIN_MASTERDATA ) with the popup which comes along with IT210(State withholding record) ..I have tried all possible scenarios and below is the code..I am getting A complex error has occured.


When I put dilog_mode = 1, program stops at the pop up. 


Is there any other way of handling the pop up without changing config.. Below is my code.

This issue is happening during hiring the employee..

PERFORM rv_fill_prop USING:
'0210'  'P0210-BEGDA'  '20130301' '00',
'0210'  'P0210-ENDDA'  '99991231' '00',
'0210'  'P0210-TXSTA'  '01' '00'.

PERFORM rv_fill_prop USING:   <------ Here is the Problem
'0210'  'P0210-BEGDA'  '20130301' '02',
'0210'  'P0210-BEGDA'  '20130301' '02',
'0210'  'P0210-ENDDA'  '99991231' '02',
'0210'  'P0210-SUBTY'  'OR01' '02',
'0210'  'P0210-TAURT'  'OR01' '02',
'0210'  'P0210-TXSTA'  '01' '02'.

INS                  0001

INS                  0002

INS                  0006

INS                  0021

INS                  0019

INS                  0094

INS                  0007

INSS                 0008

INS                  0009

INS                  0208

INS                  0209

INS                  0210     FED

INS                  0210     <---- Popup for subtypes comes in this screen

Thanks..

1 REPLY 1
Read only

Former Member
0 Likes
407

Hi Vimal,

Try putting DIALOG_MODE to '0' to suppress the pop up. Also please specify exactly what the error states or try to paste a screen shot here.