Hi
I'm new in SAPSCRIPT, so i was reading some documentation about this.
Now i need to do some development, in MB1B (SAPMM07M) when we make a movement and press Save, the transaction generates a Document Number and generates a spool, with movement information. I need to make some modifications to that spool form, so the first things i investigated is this form is WASCHEIN and it is generated in SAPM07DR program, in ENTRY_WA03 routine. (Actually i didn't found that information myself, but the functional personnel told me that; I really dont' know how to find the code wich fill the Sapscript form).
I suppose i need to make a copy of WASCHEIN form and make in this new form the modifications.
But, how can i change that SAPM07DR uses the new form instead the standard WASCHEIN form ??
I was looking in SAPMM07M and i did not found where it calls to SAPM07DR, and i was looking in SAPM07DR and i did not found where it 'calls' the WASCHEIN form; i could not even make the debugg stop in SAPM07DR (not with normal debugg and nor with 'Update debugg'). I see in SAPM07DR the OPEN_FORM call, but even setting breakpoints in this lines, the debugg does not pass by it.
So, how can i make the changes to fill the new fields in the new form (based in WASCHEIN) ??? do i nedd to make a copy of SAPM07DR ?? but where does it calls to WASCHEIN form so i can change this call ??
Please help !!
Thanks
Frank