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: 

How to maintain data in tables using maintenace view of the tables in ECC6

Former Member
0 Kudos
135

Hi,

I have two table SBUSPART (Business partner) and STRAVELAG (Travel agency).

SBUSPART is foreign key table while STRAVELAGE is a reference table. The relationships is :

SBUSPART-MANDANT = STRAVELAGE-CLIENT

SBUSPART-BUSPARTNUM = STRAVELAGE-AGENCYNUM

now, I create a maintenance view ZVI_HT_PARTNER in which SBUSPART is primary table and STRAVELAGE is secondary table. I have also created maintenace interfaces by generating maintenance modules in function group zht_fg. Authorization group is SUNI and maintenance type is one-step, the number maintenace screen is 100.

Now I want to maintain the data in tables SBUSPART and STRAVELAGE together in the maintenace view. If i want to enter a new partner dirctly I have to enter it in table SBUSPART first, only then could I enter the corresponding data in STRAVELAGE.

in older version I easyly do this by the way: in maintenace screen of zvi_ht_partner ( in se11) I choose: system/ services/table maintenace/Enhance.Tab.maintain.

but in ECC6 when I choose: system/ services/table maintenace, there is no Enhance.Tab.maintain instead there are two options Extended table maintenace and View cluster maintenace.

So in this case I don't know how to tackle this problem, Please help me if you have a solution.

Thanks,

1 ACCEPTED SOLUTION

Former Member
0 Kudos
96

Hi,

I suppose 'Extended table maintenace ' would be same as 'Enhance.Tab.maintain'.

Regards,

Himanshu

3 REPLIES 3

rvinod1982
Contributor
0 Kudos
96

Hi,

Table Maintenance can be created via SE11-> Utilities-> Table Maintenance Generator

Regards,

Vinod

Former Member
0 Kudos
96

in ECC6 when you choose: system/ services/table maintenace , you will have new entries tab , click that and enter the values and save it

Regards

Kumar

Former Member
0 Kudos
97

Hi,

I suppose 'Extended table maintenace ' would be same as 'Enhance.Tab.maintain'.

Regards,

Himanshu