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

Modification Assistance

Former Member
0 Likes
738

Hi Guru's

In modification assistance when we have to insert certain code then we get it as follows:

*{ insert Req no

*

*}insert.

Can i do the case as shown below please take a note the outer nsert is done by someother user and also the req no is different

*{ insert Req no

*

"some abap code.

*{insert req no

*

*}insert

"some abap code.

*}insert.

but

when i try this in the insert created by me (inner) doesn't take the req no and even i get a message modification bracket structure is inconsistent.

please tell me what i ma doing is correct?

Reg,

Archana

3 REPLIES 3
Read only

Former Member
0 Likes
622

Hi,

While changing the sap standard apllication,the first time you give access key it will generate the request

and from there after it iwll not ask any request.you can simply write the code where evre it's appropritae.

if it is transported to production then if you try to insert code it will ask for the request.

Check the below links,might be useful.

http://help.sap.com/saphelp_nw2004s/helpdata/en/60/d6ba5aceda11d1953a0000e82de14a/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/b8/3cf839fd35384de10000000a11402f/content.htm

http://help.sap.com/saphelp_erp2005vp/helpdata/en/2e/6d66587d9011d396b60000e82de14a/frameset.htm

Regards,

Raj.

Read only

Former Member
0 Likes
622

Hi Archana

while using Modification assistances at first only you have to give access key ,after that u dont have to . As per ur requirement will suggest you to use new key for modification

Regards

AC.

Edited by: Avadhut Chaudhari on Apr 16, 2008 1:47 PM

Read only

0 Likes
622

Hi,

i am trying to modify the zreport created by our company but the transport is done already.

I dont think access key is required for it, coz when i select the button insert it allows me for that insertion by giving a message " Do modifications in non-original system only if they are urgent"........

Access key is required for sap standards.

Reg,

Archana