Hi All,
I am creating a NEW pernr using the above FM, which simulates PA40.
I am passing all the required values to the PROPOSED_VALUES table. However, i am getting an error when i try to pass the information for IT 0105.
There are 2 subtypes for which i need to create data and hence there are 2 screens which come up one after the other for data to be entered.
How do i pass the values using PROPOSED_VALUES table to IT 0105.
this is what i have right now for 0105.
0105 p0105-begda 20080528 01
0105 p0105-endda 99991231 01
0105 p0105-usrty '0010' 01
0105 p0105-usrid 'J@abc dot com' 01
0105 p0105-begda 20080528 02
0105 p0105-endda 99991231 02
0105 p0105-usrty '9000' 02
0105 p0105-usrid 'JACK' 02
when i run it in dialog mode '1', the control stops at these screens and prompts the user to enter values, instead of defaulting the values from the proposed_values table.
this is kind of critical so your inputs are greatly appreciated.
Thanks!
Sandeep