‎2006 Nov 23 9:34 AM
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
‎2006 Nov 23 9:43 AM
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.
‎2006 Nov 23 9:46 AM
hope u Selected the Transport on the extended table maintenance initial screen.
‎2006 Nov 23 9:44 AM
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
‎2006 Nov 23 9:46 AM
open the table maintanance generatior.
In this Select
Recording routine : no, or user, recording routine.
‎2006 Nov 23 9:46 AM
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.
‎2006 Nov 23 9:50 AM
Hi
In se11 ->attributes->data class ,if u put C (customarizing table) it will ask for
transport request ,change it to A.
-Regards
charitha.
‎2006 Nov 23 10:05 AM