cancel
Showing results for 
Search instead for 
Did you mean: 

Baseline date should be default GR date

Former Member
0 Kudos

Hi All,

Kindly give me step by step idea to do

Baseline date should be default GR date through user exit.

I am new in user exit.

if there is any other way to do this mentain that all with full details.

Thanks & Regards

Shantanu.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shantanu,

try with these user exits

MB_CF001 Customer Function Exit in the Case of Updating a Mat. D

MBCF0002 Customer function exit: Segment text in material doc. i

MBCF0005 Material document item for goods receipt/issue slip

MBCF0006 Customer function for WBS element

MBCF0007 Customer function exit: Updating a reservation

MBCF0009 Filling the storage location field

MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREA

MBCF0011 Read from RESB and RKPF for print list in MB26

Regards,

Vijay

Former Member
0 Kudos

Hi Vijay,

thanks for your reply.

could you give some more details hw to do this.

and hw to use these user exit

step by step.

Thanks & Regards

Shantanu.

Former Member
0 Kudos

Hi Shantanu again,

I giving example how to create Use exit and write your code.

E.g.

Follow the below steps:

1. Go to the 'Components' tab after displaying the enhancement MBCF0005 in smod.

2. Double click on the function module 'EXIT_SAPM07DR_001'.

3. Double click on the include ZXMBCU05 inside this function module.

( A warning message comes when u double clisck it, ignore it and press 'Enter'. Then u can code your enhancment in that include).

4. After the coding, activate the include and in tcode CMOD create a project and include the enhancement ZXMBCU05 in it and activate.

Your enhancement will be activated now and will be called during the processing.

after creating include put break-point in it and check with your t-code that breaking point is hitting or not.

Hope this will help.

Regards,

Vijay

Former Member
0 Kudos

Hi Vijay,

Could you give me your number, so that i can call you

or send me your numner on shantanu ivitesse.com

Thanks & Regards

Shantanu

Edited by: shantanu kumar on Jul 21, 2009 4:39 PM

Answers (2)

Answers (2)

former_member182354
Contributor
0 Kudos

Hi Shantanu,

Please check with your FI consultant when you create payment terms you can have this option as a check box...

Raghav

Former Member
0 Kudos

Hi,

Among above user exits find your suitable user exit.

Go to CMOD, create Project , Click on Enhabncment Buttion, give component.... double click on that component.. it will take you the EXIT*--Function module....

Find the what are the parameters interface of that Custom Function module.

Pass the BASE LINE = GR date.

Dont use commit work in that Function module.

regards,

Rama reddy

Edited by: ram reddy on Jul 21, 2009 3:40 PM