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: 

Events

Former Member
0 Kudos

Hello Experts,

what are these two events in reports (Get, at pfn).

Regards,

Rizwana

4 REPLIES 4

former_member194669
Active Contributor
0 Kudos

Hi,

at pF : is used in interactive list it will be assigned F5 to F12. And it found obsolete

When you link a logical database with an executable program, the GET statements determine the depth to which the logical database is read. When you call the function module LDB_PROCESS, you determine the depth by specifying a node name in the CALLBACK parameter. For each node for which you request data, a callback routine can be executed at two points. These correspond to the GET and GET LATE events in executable programs. In the table parameter CALLBACK, you specify the name of the callback routine and the required execution point for each node. A callback routine is a subroutine in the calling program or another program that is to be executed at the required point.

For the GET event, the callback routine is executed directly after the data has been read for the node, and before the subordinate nodes are processed. For the GET_LATE event, the callback routine is processed after the subordinate nodes have been processed.

Former Member
0 Kudos

HI

GET <TABLE>

After the logical database has read an entry from the node <table>

AT PF<nn>

- When the user triggers the predefined function code PF<nn>

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

Former Member
0 Kudos

hi,

Get we will use logical database

at pf (key) we will use in interacative reports.

Former Member
0 Kudos

<b>at pF<key> </b>: function key from F5 to F12 to perform interactive action on the list.

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9aa335c111d1829f0000e829fbfe/content.htm">also refer this</a>

<b>GET </b>

This is the most important event for executable programs that use a logical database. It occurs when the logical database has read a line from the node node and made it available to the program in the work area declared using the statement NODES node.

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba34635c111d1829f0000e829fbfe/content.htm">also refer this</a>

regards,

srinivas