Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

empty value in export and import value in object oriented

$
0
0

hi expert

i have big problem on exportand import one char .

in mymethod u have one char with name

   DATA : ANSWER1(1) TYPE C.

  ANSWER1 'J' .

   EXPORT ZANSWER FROM ANSWER1 TO MEMORY ID 'ABC'.

 

in my program i need this value  for use .so in mycodei write:

 

   DATA : ZANSWER(1) TYPE C VALUE 'D' .

 

   IMPORT ANSWER1 TO ZANSWER FROM memory id 'ABC'.

 

 

but in my program any value doesnt come after import

pleasehelp mewhat'stheproblem


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>