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 exit EXIT_SAPFP50M_001 and EXIT_SAPFP50M_002

Former Member
0 Kudos

Hi Experts

Under these function modules I have create the includes ZXPADU01 and ZXPADU02.

In both I have placed a break-point but it doesn't seems to work.

I will place my control code for infotype 15 here.

What have I done wrong?

BR // Peter B

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi!

You have to find the enhancement using SMOD transaction, which contains the given function modules (press F4 on the enhancements and then choose extended search parameteres or something like that and give the component's name)

For example EXIT_SAPFP50M_001 belongs to the PBAS0001enhancement.

Now use CMOD transaction to create a new project, or assign these enhancements to existing projects.

Activate the project and only after the activation will work your code.

Regards

Tamá

2 REPLIES 2

Former Member
0 Kudos

Hi!

You have to find the enhancement using SMOD transaction, which contains the given function modules (press F4 on the enhancements and then choose extended search parameteres or something like that and give the component's name)

For example EXIT_SAPFP50M_001 belongs to the PBAS0001enhancement.

Now use CMOD transaction to create a new project, or assign these enhancements to existing projects.

Activate the project and only after the activation will work your code.

Regards

Tamá

0 Kudos

Hi Peter,

Go to CMOD Tcode.

GIve a new project name and create it.

Click enhancements button and give the enhancement name as PBAS0001.

You can see the following components in it.

EXIT_SAPFP50M_001

EXIT_SAPFP50M_002

Double click on each component and implement your code in the includes.

Try to place a BREAK-POINT statement in each of the includes just to check if the include is being called.

activate the includes , FM and the project that you have created.

Now try using your transation ...

Regards,

Sravan