2010 Dec 30 3:24 AM
Hi All,
I have a requirement in which I need to copy the FM ISU_ACC_DISP_BASIC_LIST_1205 and make a custom FM with additional functionality. But, when I copy this FM, it gives me a lot of syntax errors since the code inside the FM accesses a lot of parameters present in the top include which I have not copied.
If I activate the FM ignoring the syntax errors, I get a Run-Time error when I execute FPL9.
Is there any other way that I can copy the standard FM and make the required adjustments?
Thanks in Advance.
2010 Dec 31 3:56 PM
Minal:
To accomplish this, you should create a new Z function, copied from the event 1205 sample, and then within your Z module, call the standard ISU* FM. After the standard returns, you should execute your own logic.
regards,
bill.
2010 Dec 31 3:56 PM
Minal:
To accomplish this, you should create a new Z function, copied from the event 1205 sample, and then within your Z module, call the standard ISU* FM. After the standard returns, you should execute your own logic.
regards,
bill.