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

Append RBKP Table

Former Member
0 Likes
1,611

Dear All,

How v can append RBKP table.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,251

Hi,

Appending in the standard table is generally done using the Custom Include provided by the SAP itself (start with CI_structname)...this is the structure that is used to append the additional fields in the std SAP table .Souble click on the name it will ask to create it,Press Yes,add the data fields witht he elments and activate the strcuture and finally activate the table.

You can also append the seperate structure to the table to add the additional fields in the table as told in the previous post....best approach is to use the custom include provided by SAP to append the structure in the std table.

Hope this might help you out.

Pooja

Edited by: Pooja Gupta on Mar 10, 2009 9:28 AM

3 REPLIES 3
Read only

Former Member
0 Likes
1,251

Hello,

Make a structure of your new fields and then append it to the table RBKP through append structure.

Thanks,

gunjan

Read only

Former Member
0 Likes
1,252

Hi,

Appending in the standard table is generally done using the Custom Include provided by the SAP itself (start with CI_structname)...this is the structure that is used to append the additional fields in the std SAP table .Souble click on the name it will ask to create it,Press Yes,add the data fields witht he elments and activate the strcuture and finally activate the table.

You can also append the seperate structure to the table to add the additional fields in the table as told in the previous post....best approach is to use the custom include provided by SAP to append the structure in the std table.

Hope this might help you out.

Pooja

Edited by: Pooja Gupta on Mar 10, 2009 9:28 AM

Read only

0 Likes
1,251

Hi Puja,

Thnx a lot

Solved