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,770

Hello gurus,

i working om below tcode.

and is standard progrme is this.

Transaction is COOIS and the standard program is PPIO_ENTRY.


can we make a ZPROGRAM (COPY)  of program (PPIO_ENTRY)?



PLs   help me



Regards,

Prathmesh rane.






Hello gurus,

i working om below tcode.

and is standard progrme is this.

Transaction is COOIS and the standard program is PPIO_ENTRY.


can we make a ZPROGRAM (COPY)  of program (PPIO_ENTRY)?



PLs   help me



Regards,

Prathmesh rane.






12 REPLIES 12
Read only

FredericGirod
Active Contributor
0 Likes
1,711

Yes, you can

hope is helpful

se80 --> Program --> right click copy   and it will ask you about includes

regards

Fred

Read only

0 Likes
1,711

Hello Sir,

on selection screen i have a drop down name as 'LIST' which contains PARAMTER as

ITEM

COMPONENENT

CAPACITIES

OPERATION

AND many more.

my requirment is out of this all, i want to merge the data of 1st two only ie (ITEM AND COmPONENT)

CAN any 1 help me

I ll be thankful

REgards,

Prathmesh Rane.

Read only

0 Likes
1,711

I think it would be a good idea to discuss this with an abap person.

Read only

Former Member
0 Likes
1,711

Yes, you can copy standard program

Go to se38

enter you program PPIO_ENTRY

click on copy icon

enter you z program (as you like)

click on copy button

select all (inlcudes/screens etc..) as you required

click on copy button

active your zprogram.

you can do it in se80 also

Read only

0 Likes
1,711

Hello Sir,

on selection screen i have a drop down name as 'LIST' which contains PARAMTER as

ITEM

COMPONENENT

CAPACITIES

OPERATION

AND many more.

my requirment is out of this all, i want to merge the data of 1st two only ie (ITEM AND COmPONENT)

CAN any 1 help me

I ll be thankful

REgards,

Prathmesh Rane.

Read only

0 Likes
1,711

I think it would be a good idea to discuss this with an abap person.

Read only

Former Member
0 Likes
1,711

Hi Prathmesh,

why you need to copy standard program , if you need to enhance this report with small correction, Please use implicit enhancement for  enahnce.

first you debug standard report and find out the correct palce and search imlicit enhancemnt point and update your logic accordingly.

Regards,

Prasenjit

Read only

0 Likes
1,711

Hello Sir,

on selection screen i have a drop down name as 'LIST' which contains PARAMTER as

ITEM

COMPONENENT

CAPACITIES

OPERATION

AND many more.

my requirment is out of this all, i want to merge the data of 1st two only ie (ITEM AND COmPONENT)

CAN any 1 help me

I ll be thankful

REgards,

Prathmesh Rane.

Read only

Former Member
0 Likes
1,711

Hello Sir,

on selection screen i have a drop down name as 'LIST' which contains PARAMTER as

ITEM

COMPONENENT

CAPACITIES

OPERATION

AND many more.

my requirment is out of this all, i want to merge the data of 1st two only ie (ITEM AND COmPONENT) 

CAN any 1 help me

I ll be thankful

REgards,

Prathmesh Rane.

Read only

0 Likes
1,711

I think it would be a good idea to discuss this with an abap person.

Read only

0 Likes
1,711

The value of LIST is derived in include PPIO_ENTRY_MOD_F4_PPIO_LISTT. in your case, copy this include and use it in you Z-program.

In Include PPIO_ENTRY_F_INIT   search for PERFORM modify_f4_ppio_listtyp.

Here you can modify the drop down list.

-SS

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,711

Ask an Abaper to analyze usage of PPIO_ENTRY_SC1100-PPIO_LISTTYP in the standard report, also check for actual content of the structure for the two entries you want to group (should be related to table TCOA)

Regards,

Raymond