Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Read structure from main program class??

Former Member
0 Likes
618

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

4 REPLIES 4
Read only

Former Member
0 Likes
573

Hi,

Create an instance of the class and call that structure through that instance.

Thanks,

Ibrahim

Read only

Former Member
0 Likes
573

Hi Wolfgang

Could you elaborate bitte?

Pushpraj

Read only

0 Likes
573

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

Read only

0 Likes
573

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.