2013 Mar 12 4:04 PM
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..
2013 Mar 13 6:38 AM
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.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |