2014 Jul 18 9:28 AM
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.
2014 Jul 18 9:31 AM
Yes, you can
hope is helpful
se80 --> Program --> right click copy and it will ask you about includes
regards
Fred
2014 Jul 18 10:39 AM
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.
2014 Jul 18 1:12 PM
I think it would be a good idea to discuss this with an abap person.
2014 Jul 18 9:39 AM
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
2014 Jul 18 10:52 AM
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.
2014 Jul 18 1:13 PM
I think it would be a good idea to discuss this with an abap person.
2014 Jul 18 10:13 AM
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
2014 Jul 18 10:52 AM
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.
2014 Jul 18 10:38 AM
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.
2014 Jul 18 1:12 PM
I think it would be a good idea to discuss this with an abap person.
2014 Jul 18 1:39 PM
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
2014 Jul 18 1:34 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |