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

Standard structure Modifications

Former Member
0 Likes
1,057

Hi All

I am supposed to incorporate some new fields to Some of the CIN related standard structures such as J_1ITAXVAR , J_1IEXHEAD etc .

Do i need to incorporate these fields as a append structure or directly insert there as it allows to directly insert too ?

Which is the best practise among these two options ?

Thanks

Jaman

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
908

Use SAP supplied append structures. Don't modify SAP standard structures, as such modification can get erased during upgrades as SAP would overwrite all objects which fall under its namespace. It will take care of the append structures as they are there for this very purpose, in the first place.

4 REPLIES 4
Read only

Former Member
0 Likes
909

Use SAP supplied append structures. Don't modify SAP standard structures, as such modification can get erased during upgrades as SAP would overwrite all objects which fall under its namespace. It will take care of the append structures as they are there for this very purpose, in the first place.

Read only

0 Likes
908

but in one of the structures , there exist an append already so i cant use one more append as only one APPEND , so should i use INCLUDE ?

Read only

0 Likes
908

Hi....

U can also have more than 1 append structure.....

open the structure , then:

<b> GOTo--> append structure</b>

it will show the append structures available in a small screen, on that screen there is a create icon, if u want to create another append structure u can create by pressing that...

Just try it once......

Reward points if useful....

Suresh....

Read only

Former Member
0 Likes
908

hi,

the append structures is the one of the best way of appending fields into the structure. but it also depends on the requirement. if u need those fields in different tables then u will go for the includes those provides central maintanance of these fields then if u will change one field then in include the all tables that used are adjusted by it self. in case of append structures ar includes you follow naming convenctions which help full when u up grading those.