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: 

add fields to AFKO

Former Member
0 Kudos

I need to add two custom fields to this table and I would like to use append structure. Is it possible? What have I to do?

regards

gabriele

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Yes, You can append structure to this table.

Regarding how to append a structure a simple search i SCN will give you a lot of results.

Just use the APPEND STRUCTURE button and create a new zstructure with the necessary fields you want to append it will be appended to the table.

Just follow the basic rules what should be taken care while appending a structure by this link [AppendStructures|http://help.sap.com/saphelp_nw70/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm]

Regards

Sarves

7 REPLIES 7

Former Member
0 Kudos

Hi,

You can add the custom fields using APPEND structure.

Regards,

Bharagava

Former Member
0 Kudos

Goto---> append Structure

Follow this link to append the structure.

Regards,

Prajakta

0 Kudos

I click on append structure button and it opens a popup with two append structure. but thery're not editable and if I try to change mode to edit I am prompted for authorization code.

what is my mistake?

regards

gabriele

0 Kudos

Hi Gabriele,

its not a mistake when you go in edit mode it will give the structures name you have to select the appropriate structure name which you have to append, then it will ask for Access Key Pop Up, you have get the access key for that and you have append the fields in the structure.

0 Kudos

the append procedure does not require auth code: my mistake was that when I append structure I click on other append structure instead of creating a new one.

When created a new one, its fields are shown with all other of the standard table (yeppa)

thanks to all

gabriele

Former Member
0 Kudos

Hi,

Yes, You can append structure to this table.

Regarding how to append a structure a simple search i SCN will give you a lot of results.

Just use the APPEND STRUCTURE button and create a new zstructure with the necessary fields you want to append it will be appended to the table.

Just follow the basic rules what should be taken care while appending a structure by this link [AppendStructures|http://help.sap.com/saphelp_nw70/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm]

Regards

Sarves

raymond_giuseppi
Active Contributor
0 Kudos

You may create an append structure to AFKO via SE11, or you may use the standard extension for order (every kind of order) which is CI_AUFK in table AUFK and which is use in some exit/enhancements.

Regards,

Raymond