SAP Function CACS_BUF_SET_DATA - Commissions: Providing Screen with Data

Parameter Reference Type Length Default Optional Text
I_F2CODE SYST-UCOMM C 70 Is Required for Double-Click
I_START 0 X Is Required For Tables Refresh

Parameter Reference Type Length Text
E_DYNNR 0 Calling Screen
E_PROGRAM 0 Calling Program

Parameter Reference Length Optional Text
I_BUFFLOG CACS_S_BUFFERLOG 416 Data to display


You can display data with the help of this function module in anysubscreen, if the internal structure of your table is of structureCACS_S_BUFFERLOG!
I_F2CODE
You require the function code of F2 key for double-click.
I_START
The flag START is responsible for refreshing the table
control.
E_PROGRAM / E_DYNNR
You send the program name, where it should be called, along with thescreen, where the subscreen lies.
I_BUFFLOG
Send your table containing data for display.