Talk:ABAPCode class 
From Theobald Software
we are trying to run the following code using this class. The code throws back an error which we are not able to understand. Please support.
ABAP Code:
call function "HR_INFOTYPE_OPERATION"
exporting
infty = '0006'
number = '000000007'
validityend = '20081231'
validitybegin = '20080101'
record = add
operation = create
importing
return = return1.
write: return1-message.
ERROR: ABAP Error: Literals that take up mor
[edit]

