Answer Posted / pavan
st05, se30, extended syntax check
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
From excel to abap - is batch mode possible ? : abap bdc
performance tuning concepts
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
out bound process code for quotation?
Why do we use FOR ALL ENTRIES and what is the pre-requisite
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
what are the two methods of modifying sap standard tables? : abap data dictionary
Explain about drill down report?
What is the difference between Check and Continue?
Write special commands of list?
What is the difference between collect and append statements?
What are the Various Types of internal tables?
How do you populate data into a multiple line field?
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.