how we can moddify a internal table without using modify
statement
Answer Posted / pavni
we can use field symbols .
| Is This Answer Correct ? | 42 Yes | 2 No |
Post New Answer View All Answers
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
What is view? Different types of view. Explain?
What is SAP Data conversion ?
What is dynamic action? : sap abap hr
What is the difference between a structure and a table? : abap data dictionary
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
What is step-loop?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What are the steps to be followed to set lockobjects? : sap abap data dictionary
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
How many types of tables exist and what are they in data dictionary?
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
What is at exit-command:?
What is the difference between internal tables and extract datasets? : abap modularization
What are system fields for secondary lists?