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

Problem In Maintenance View

Former Member
0 Likes
644

Hi,

I am facing a problem as this is the first time I am handling the requirement.

My requirement is to create a table maintenance generator for the standard table

so I have created a Z-view and then created table maintenance generator and attached the z-tcode but when I am try to save the entries for each single record it is asking me the transport request.

why is it so ...any guidance plz ...

awaiting for all your replies....really apprecitated with lot's of points..

Regards,

Ravi V Ganji

7 REPLIES 7
Read only

Former Member
0 Likes
619

hi ravi,

try this following link,

<a href="http://help.sap.com/saphelp_470/helpdata/en/67/86b2a5415811d1893d0000e8323c4f/frameset.htm">http://help.sap.com/saphelp_470/helpdata/en/67/86b2a5415811d1893d0000e8323c4f/frameset.htm</a>

shan.

Read only

0 Likes
619

hope u Selected the Transport on the extended table maintenance initial screen.

Read only

michael-john_turner
Active Participant
0 Likes
619

Hi,

What table are you creating a view for? The fact that it's asking for a change request is because of the table delivery class.

To work around this, you'll have to use a custom recording routine - take a look at Environment -> Modification -> Events in the maintenance dialog maintenance.

You need to handle the following events:

10 After creating the header entries for the change task (E071)

11 After changing a key entry for the change task (E071K)

12 After changing the key entries for the change task (E071K)

I've never done this, but doing the above <i>should</i> work. Er, I think

MJ

Read only

Former Member
0 Likes
619

open the table maintanance generatior.

In this Select

Recording routine : no, or user, recording routine.

Read only

Former Member
0 Likes
619

Hi Rajiv,

The reason for transport request while saving entries is as follows:-

1. the delivery class for your table may be 'C- check by se11-> deliver and Maintenance tab' -> delivery class.

2. if you can change the table attributes change it to 'A' type. delete and recrete the view.

3. if you dont have authorization to change the table.

go to se11->utilities->table maintenanace generator--> in recording routine change from 'standard' to 'no user'

also in the same screen

environment>Maintenance object. diplay->

change the following attributes:-

Transport --from automatic to no transport

category -- CUSt to APPL

It will solve your problem.

Read only

Former Member
0 Likes
619

Hi

In se11 ->attributes->data class ,if u put C (customarizing table) it will ask for

transport request ,change it to A.

-Regards

charitha.

Read only

Former Member
0 Likes
619

thanks for your help shefali