‎2009 Feb 13 11:13 AM
Hi all,
I know that i can read the structures from the main program with (program)structure
But now the structure is in a class or form... How can i do this?
regards
‎2009 Feb 13 11:16 AM
Hi,
Create an instance of the class and call that structure through that instance.
Thanks,
Ibrahim
‎2009 Feb 13 11:19 AM
‎2009 Feb 13 12:03 PM
Hi,
I want to use BADI WORKORDER_CONFIRM_CUST_SUBSCR and I have created my own subscreen.
The fields are displayed in the transaction CO11N but the fields are not transfered to the table AFRU where i have created the fields...
And the BADI is already implemented by SAP.. No multiple use possible...
I don't know how the data from the screen can be inserted in the table AFRU without modification.
regards
‎2009 Feb 13 10:26 PM
Are you in ECC6 (nw 7.0) ? Then you can use Enhancement framework. It means you can add custom code everywhere at the beginning and at the end of any method, any form, etc.