Application Development 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: 

User exits

Former Member
0 Kudos

Hi guys

i need procedure for this query

In cc01 T.code once u reach the initialscreen press enter

Then in next screen under 'description' tab u find Validfrom ....

when i run CC01 T.code In validfrom fieldentry bydefault i want todays date

1 ACCEPTED SOLUTION

dani_mn
Active Contributor
0 Kudos

Exit Name available for this t code.

PCCD0001

PCCD0002

PCCD0003

PCCD0004

PCCD0005

PCCD0006

Or you can modify the PBO logic a little like.

RC29A-DATUV = sy-datum.

Regards,

Wasim Ahmed

7 REPLIES 7

dani_mn
Active Contributor
0 Kudos

Exit Name available for this t code.

PCCD0001

PCCD0002

PCCD0003

PCCD0004

PCCD0005

PCCD0006

Or you can modify the PBO logic a little like.

RC29A-DATUV = sy-datum.

Regards,

Wasim Ahmed

Former Member
0 Kudos

Hi wasim

U said that In PBO code little bit

is this include is right one

Program name : SAPMC29C

include(PBO) : MC29CO10

in which

MC29CO10_D0130_INIT

i hope for this v require access key, am i right

regards

anil kumar

Former Member
0 Kudos

Hi Anil Kumar,

There is an user exit for this purpose PCCD0001. Function module name EXIT_SAPMC29C_001. Write the following code in INCLUDE ZXCCAU01.

ECMDATA-DATUV = SY-DATUM.

Please reward points if it helps.

Thanks,

Rajesh.

Former Member
0 Kudos

hi rajesh,

it goes to dump man

thanks

anil

Former Member
0 Kudos

Available user Exits for TCODE CC01 are

PCCD0001

PCCD0002

PCCD0003

PCCD0004

PCCD0005

PCCD0006 .

You can check these.

0 Kudos

Hi Thomas

when i going to modify in include program

its does not allow me to enter in to that

giving the Info. warning like

program names zx..... r reserved for includes of exit function groups why it is happening

give me quick reply

0 Kudos

Hi anilkumar,

1. a) double click on the Include name.

b) it will give warning message

c) now do not press any key

nor move your mouse

nor any mouse click.

d) just press ENTER key

e) it will now ask u to create that include.

regards,

amit m.