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

Standard Report

Former Member
0 Likes
1,455

Pls let me know in which kind of situations we go for standard report modification for Z-Developemnet.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,366

hi,

you can change the standard report modifictions only if SAP feels that the modification is necessary, i.e some functionality which SAP thinks s necessary. in case you get permission you wil be gven an access key.

hi,

you can change the standard report modifictions only if SAP feels that the modification is necessary, i.e some functionality which SAP thinks s necessary. in case you get permission you wil be gven an access key.

10 REPLIES 10
Read only

Former Member
0 Likes
1,366

hai

u go for Z report.

if the client ask for a report that is not in SAP.

if the client ask some other details that is not present in the standard report.

Read only

Former Member
0 Likes
1,366

if u go to se38,

if u need to make any additional icons or any functionality to the editor then v have to make changes in the standard programs.

for that v need to have an access key to make those changes

Regards,

shanmuga

Read only

Former Member
0 Likes
1,366

Hi ,

You do the modification in sap standard program only when the client has a requirement that cannot be implemented through the enhancements and hooks provided by the sap standard code and is not provided by sap standard program .

Read only

Former Member
0 Likes
1,367

hi,

you can change the standard report modifictions only if SAP feels that the modification is necessary, i.e some functionality which SAP thinks s necessary. in case you get permission you wil be gven an access key.

Read only

0 Likes
1,366

Hi,

When client wants to have some additional features like ( input parameters, output, ALV etc. )which are not available in the standard report and at the same he doesn't wnat to change the standard report, he will go for z reports. in many case, it bettero to go for new Z custom report instead of copying the standard report and changing the same. it somewhat confusing.

Thanks

Shiva

Read only

Former Member
0 Likes
1,366

Hi

As per our requirement the situation create. If the standard report having very little field but we need more datas from other tables too in the same report. So we copy the standard one and save as Z* ... Accordingly we modify the programme and get the reult.

Anything get back

Read only

0 Likes
1,366

I got another prob after copying the Standard one to Z-Report.

Standard report contains OO context and also used Field symbols instead of internal tables and work areas.

The prob is, when I execute the report, its giving the required result and when I double click on any line item to view the detials, some inconsistencies arised.

EX. when I click on PO No. 123 , its giviing some other POs detial.

I have checked for the solution through debugging, its because of reference its pointing to Filed symbol.

both references are not same.

Pls suggest me

Read only

0 Likes
1,366

suja,

That is because the link that standard code has will not be available to zcode u have to manually map it.. which is tedious so its better to do changes in standard code...

regrds,

Rajkumar.G.

Read only

Former Member
0 Likes
1,366

Basically All SAP program names are registered till X, Now whenever the Client asks for a new development like

a new program or

a new table

a new sap script or a new smart form.

The only reason this is done is when the SAP gets upgraded the standard table values and attributes also get changed, if we maintain data with a Z, those values dont get changed they remain the same.

Basically Z-Development need come only if a client want some modifications to their pre existing programs, or if they want to develop certain additional functionality which is not catored by the SAP standard programs.

Read only

Former Member
0 Likes
1,366

hi sujatha,

We go for modifications in standard code when our client wants a certain functionality in the sap code in a different name for instance he may replace "customer number" as "ClientIdentity " which is his way..

If a certain specific functionality is not supported b sap we go for user exits where we can write our own logic..

Hope i have answered u..do reward useful answers..

regards,

Rajkumar.G.