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

What Program calls FM BBP_EPRTRANS_INSERT?

Former Member
0 Likes
650

Hi All,

I would like to ask if what program calls the func module BBP_EPRTRANS_INSERT.

This FM is responsible for populating the values in the EPRTRANS table. And the PR numbers present in the EPRTRANS table will be later transferred by a program to SRM to be converted as Shopping Cart.

I'm asking this so that I may know where to start in putting a validation for the PR numbers to be saved in EPRTRANS. If the PR is validated and correct according to the set of validations, then the PR's TRANSDAT field in EPRTRANS table could now be changed to a specific document date instead of having it as 31/12/9999.

Please guide me on this.

Thanks and regards,

RE

Hi All,

I would like to ask if what program calls the func module BBP_EPRTRANS_INSERT.

This FM is responsible for populating the values in the EPRTRANS table. And the PR numbers present in the EPRTRANS table will be later transferred by a program to SRM to be converted as Shopping Cart.

I'm asking this so that I may know where to start in putting a validation for the PR numbers to be saved in EPRTRANS. If the PR is validated and correct according to the set of validations, then the PR's TRANSDAT field in EPRTRANS table could now be changed to a specific document date instead of having it as 31/12/9999.

Please guide me on this.

Thanks and regards,

RE

3 REPLIES 3
Read only

Former Member
0 Likes
591

Do you know about where-used list?

Press CTRL + SHIFT + F3 in SE37 after entering the FM Name.

This is used only in include LBBPKU08 in my ECC 6.0 system.

Regards

Karthik D

Read only

Former Member
0 Likes
591

Hi Reymar,

Try a where used list(Short cut Ket Ctrl + Shift +F3) for that FM.U will get the list of objects which are using that FM.

Regards,

Lakshman.

Read only

Former Member
0 Likes
591

Hi,

Go to SE37,enter the FM name

Click on utilities->where used list

Check the Programs option and ENTER.

You can find in which program the FM is called