Application Development 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: 

Changing a standard structure erec_s_api_p5126.

Former Member
0 Kudos

Is it ok to change a standard structure erec_s_api_p5126 . If not, can anybody tell how to create a new structure based on erec_s_api_p5126. Or if I can, how can I change it.

Thanks and Regards.

Srinivas

6 REPLIES 6

ferry_lianto
Active Contributor
0 Kudos

Hi,

You can use append structure to add new fields (SE11) as per your requirement while you still can use standard structure EREC_S_API_P5126.

If not, you can also copy the above structure via SE11 to ZEREC_S_API_P5126.

Path: SE11 -> Select Database -> Enter EREC_S_API_P5126 -> Click on copy button (CTRL+F5) -> Give new structure name -> Click on continue -> ...

Regards,

Ferry Lianto

0 Kudos

whats the syntax for using append structure to the standard structure, I have to add 4 columns to this structure at runtime.

thanks

ferry_lianto
Active Contributor
0 Kudos

Hi,

Sorry ... I tried in my system and the system gives warning message.

Structure EREC_S_API_P5126 cannot be enhanced

(creating new fields is not possible)

Regards,

Ferry Lianto

0 Kudos

Can I atleast copy it to Z... and then change?

I am not able to do ctrl+F5 , doesn't copy.

ferry_lianto
Active Contributor
0 Kudos

Hi,

Can I atleast copy it to Z... and then change?

I am not able to do ctrl+F5 , doesn't copy.

Yes you can copy to Z<structure> then change.

Please try to click on copy button instead.

Regards,

Ferry Lianto

0 Kudos

Can anybody tell me how to rename the standard structure to z name and add additioncal columns.

erec_s_api_p5126

Thanks