cancel
Showing results for 
Search instead for 
Did you mean: 

Read data from HRESS_C_CATS to custom fpm component

Former Member
0 Kudos

Hi Guys,

We created an attachments table in ESS->Record Working Time->Release View.

My question is: during the process_event of our custom fpm component, how can I read the data entered in Record Working Time?

Is there a class that will provide such data?

Main FPM component is HRESS_C_CATS.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

you need to be more specific, we could not (or we do not need to ) know and see your FPM component.

So you need to inform us what kind of FPM is that, what have you implemented.

I assumed you are working with FPM List (Table). As user press enter / change something in the table, the method if_fpm_guibb_list~flush is called. The method has input parameter it_change_log which holds all the modified information (e.g. which line, was has been changed, etc..)

I hope this helps.

Steve

Former Member
0 Kudos

Hi Steve,

Thanks for the reply.

Excuse my limited knowledge as I'm new to FPM.

If you're meaning whether we're using FPM_LIST_UIBB_ATS and the likes? No.

We're using a custom web dynpro that makes use of the ff interfaces:

IF_FPM_UIBB_MODEL

IF_FPM_UI_BUILDING_BLOCK

And our assistance class has superclass CL_HRESS_AS_ATTACHMENTS_UN.

The assistance class calls a flush but there's no data. Even the flush called in HRESS_C_CATS has no data.

I need to see the data in the other Page and Windows because I will be using them to save my attachments.

Thanks.