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: 

call transaction

Former Member
0 Kudos

hi guys,

can some one explain me whta is the meaning of SPA/GPa mechanism as i want to use it please explain with example.

CALL TRANSACTION 'SP01'.

... AND SKIP FIRST SCREEN

Skips the initial screen of the transaction (as long as all of

its required fields can be filled using the SPA/GPA mechanism.

3 REPLIES 3

Former Member
0 Kudos

Hi,

See this thread.

Thanks

Nitesh

Former Member
0 Kudos

hi

SPA and GPA are glabal parameters/ variables used to transfer the data in sessions

SET PARAMETER ID '0050' FIELD werks. " setting the value for global variable

then in call transaction if ur using this variable then value is automatically transferred to the transaction code

similier u may use for get for retrieving the value of the global variable

shiva

Former Member
0 Kudos

Search the forum with SET/GET Parameter, you will get lots of threads with examples.

Use F1 help on SET Parameter ID statement.

Have a habit of searching the forum before posting a question.

Give a meaningful subject line.

Read the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] before posting more.

Regards

Karthik d