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

BDC

Former Member
0 Likes
401

Hi,

What is transferring parameters SPA/GPA? Please don’t send any link.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
370

HI friend,

if it help full to u then give me reward point.

Does not work on a screen during batch input Works on the screen

during CALL TRANSACTION USING

ABAP keywords SET PARAMETER and GET PARAMETER in ABAP programs

work both during batch input and CALL TRANSACTION USING

2 REPLIES 2
Read only

Former Member
0 Likes
370

When a user or an application (e.g. via RFC) logs on to an SAP system, he, she, or it connects to a certain application server where a User Session is created. The common memory of a User Session is the so-called SAP Memory. ABAP programs have access to SPA/GPA parameters stored in the SAP memory. SPA/GPA parameters (or SET/GET parameters) are set using SET PARAMETER and read with GET PARAMETER. Input fields on Dynpro screens can be linked with SPA/GPA parameters. When a screen is called, the default values of such input fields are taken from the SAP Memory. When the screen is left, the field values are stored in SAP Memory (that’s why you always find the name of the last edited program in the input field of the ABAP Editor SE38). SPA/GPA parameters are managed in the database table TPARA.

Regards.

Read only

Former Member
0 Likes
371

HI friend,

if it help full to u then give me reward point.

Does not work on a screen during batch input Works on the screen

during CALL TRANSACTION USING

ABAP keywords SET PARAMETER and GET PARAMETER in ABAP programs

work both during batch input and CALL TRANSACTION USING