cancel
Showing results for 
Search instead for 
Did you mean: 

Function module for F110

Former Member
0 Kudos

Hi All,

I have come across a function module that has REGUH table in import parameters section and has REGUP table in the Tables section. Now if I enter Additional Identification(LAUFI) in REGUH and execute I do not see any resultant entries in REGUP.

The function module is: OPEN_FI_PERFORM_00001640_P

Actually I would like see entries in table REGUP. Or at least suggest me a function module that takes Additional Identification as the input and returns values of REGUP table.

Kindly help me.

Thanks in Advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The function module OPEN_FI_PERFORM_00001640_P is just a callup of the user exit Business Transaction Event (BTE) 00001640.

This BTE is configured in FIBF transaction, where you can assign your own custom function module to play with the REGUP entries.

But if you just need the entries of the table REGUP based on LAUFI, why don't you just write a select statement on this table REGUP based on LAUFI.

You can see the entries in REGUP table via transaction SE16 / SE16N

Regards,

SDNer

Former Member
0 Kudos

Hi,

Thank you very much for your reply.

So is there no function module in FICO that reads data of transaction F110? Data such as Company Code, Payment Method, Date, Vendor, Customer by taking LAUFI as input.

Unfortunately I am not supposed to use custom function modules.

Regards,

Sagar

Former Member
0 Kudos

But where exactly you need to use the function module.

The data is easily available in table and can be fetched by select query or via transaction SE16 / SE16N

Regards,

SDNer

Former Member
0 Kudos

Well, I need to use such a function module in one of my projects. Kindly help me with one such function module if there is any.

Thanks and Regards,

Sagar