hi experts,
"move 'I' to s_ktokd-sign.
move 'EQ' to s_ktokd-option."
Can any one please explain me meaning of two lines?
actually we use this move key word to move a value from one
field variable to another field variable?
i didn't understand the meaning of these statements?
Answer Posted / tonmoy
this simply means this
s_ktokd-sign = 'I'.
s_ktokd-option = 'EQ'.
hope you will understand this simple form
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
The max number of calling modes stacked at one time is?
What are the various events associated with screen programming?
Why we are using Macros instead of Function Modules
How many main windows will be there in a page window?
What functions does a data dictionary perform? : abap data dictionary
What are the functional areas?
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
Explain how do you move on to the next screen in interactive reporting?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
Explain what is the difference between sy-tabix and sy-index? Where it is used?
How to eliminate duplicate entries in internal tables?
What data is contained in data dictionary? : abap data dictionary
Explain what are the events used for logical database?
Explain the different types of mode (run code) in call transaction method?
Can you print decimals in type n? What is difference between float and packed data type?