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

How to change Default Date in T-code- CS01,CS02

thangam_perumal
Contributor
0 Likes
2,074

Hi Friends,

                Here am facing one problem in Default date, In  Transaction CS01,CS02,CS03,J3AH,J3AV initial screen

valid from date will be in default 01.01.1900 here i need to change default date as 01.01.2009. is there any user exit is available or any customizing modification need to do?

Regards,

          Thangam.P

Hi Friends,

                Here am facing one problem in Default date, In  Transaction CS01,CS02,CS03,J3AH,J3AV initial screen

valid from date will be in default 01.01.1900 here i need to change default date as 01.01.2009. is there any user exit is available or any customizing modification need to do?

Regards,

          Thangam.P

8 REPLIES 8
Read only

Former Member
0 Likes
1,732

One possibility is to Create a z transaction of type transaction with parameters and then to specify the date parameter.

There are a number of other possibilities.  And I'm thinking that there may be a simpler one but at the moment I'm coming up blank.  Maybe later...

Neal

Read only

0 Likes
1,732

Hi Neal,

            thanks for your reply.. i think some simple method available .. below they are given some ideas so i ll check it out.

Regards,

  Thangam.P

Read only

Former Member
0 Likes
1,732

Hi,

i think it's not possible:

look here in SPRO and the Docu:

Regards, Dieter

Read only

0 Likes
1,732

Hi Dieter,

              thanks for  your contribution  on my query but your spro is local language so i cant get you anything in your post.

Read only

Former Member
0 Likes
1,732


Hi Perumal,

Check the BADI BOM_EXIT  and method RCSALOTR_DATUV which allows changes in valid from date in creation of material BOM.

Regards,

Prasad GVK.

Read only

0 Likes
1,732

Hi Prasad,

               i have opened BADI for  BOM_EXIT but blindly  dont know where to do modification and what to do nu ,will you explain briefly?

Read only

Former Member
0 Likes
1,732

Hi Thangam,

Use User Exit 'PCSD0001' enhancement to change the Valif from date.

see if it works.

Thanks,

Kishor.

Read only

0 Likes
1,732

Hi Kishor,

             i dont know what to do , could you please explain briefly?