when a material is created through BDC, does it add the created material in mara table?Or else where the material created is stored?(In which table?)
Answers were Sorted based on User's Feedback
Answer / raksham gautam
Yes when material is createsd ,material will be stored in MARA Table
Is This Answer Correct ? | 12 Yes | 0 No |
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
How to create logical system in sap in order to access bw and bi?
What are domains and data element?
What is its?
what is inline documnetation?
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.
What is the symbol to do “concatenation” operation in nw abap 7.4 ?
Can you delete data element, which is being used by table fields. : abap data dictionary
how to fetch data form without header line internal table ?
what is defference between breakpoint and watch point?
How to get that a secondary index is attached to a select query?
i want to print 1 tp 100 in sapscript in a single page in a vertical manner 1 6 2 7 3 8 . . . . how will i do it