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

SAP editable local variable value from write statement

Former Member
876

Hi Guys,

Is it possible to move or save the editable variable from write statement?

3 REPLIES 3
Read only

MateuszAdamus
Active Contributor
828

Hello ryan_lopez27

There is a very good example in SAP Help on FORMAT INPUT keyword: https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-us/abapformat.htm#!ABAP_ADDITION_5@5@

Kind regards,
Mateusz
Read only

Sandra_Rossi
Active Contributor
0 Likes
828

You have the global variable F (is it global?) that you may input. What is the question?

Read only

Sandra_Rossi
Active Contributor
0 Likes
828

The variable must be global, not local.