SAP Managed Tags: ABAP Connectivity Hi OPEN DATASET stmt is used to open a file on applicaiton server either for reading or writing. Eg: OPEN DATASET <dsn> FOR [OUTPUT/INPUT] ... OUTPUT in above stmt identifies that we are opening the file for writing. INPUT in above stmt identified...
Place your cursor on a field and mark it as "input", "constant",... 4. Save again 5. If you have input parameters, you can prepare your input file in Excel. Display your parameters. The first ROW in Excel contains the technical description of the parameter. The second row in Excel ...
Place your cursor on the ABAP statement "DUMMY" and hit F1 (no joke, it's really called that) or search for it in transaction ABAPDOCU. It is well explained there. 'DUMMY' is not a value of the authorization field. You can solve this by entering '<space>' in the field.(i.e. ...
PREPARE: Prepares the OPEN statement for use and determines the access method. OPEN: Opens the cursor and specifies the selection result by filling the selection fields with concrete values. FETCH: Moves the cursor through the dataset created by the OPEN operation. The array size displayed beside...
1-1 Button, Function F_MARK The table entry where the cursor is positioned is selected (this function is superfluous in the table control). 1-1 Function B_MRKA All table entries are selected. 1-1 Button, Function B_MRKB A block (of adjacent entries) is selected in a table. First ...
Cisco IOS-Delete character at the cursor Everything-Bookmark the current search PhraseExpress-In tree view, duplicate the currently selected item Bash (Unix shell)-Close the bash shell Bash (Unix shell)-Delete the character under the cursor ...
What is Ctrl + ↑ Shift + Y keyboard shortcut for?This shortcut is used by 80 programs in our database. There isn't any generic description for this shortcut. Popular programs using this shortcutWhat this shortcut does in different programs?
ABAP - What is a collect statement? How is it different from append? If an entry with the same key already exists, the COLLECT statement does not append a new line, but adds the contents of the numeric fields in the work area to the contents of the nume
occurs 0 is key a word in abap used to create memory in body area , when ever we declare occurs 0 the system will allocates 8bytes of memory and it keep incrementing the memory to 8bytes every time.occucs 1 is a key word in abap used to create memory in body area of an internal...
ALOK SAXENA Mar 13th, 2006 field group is the group of field under the a common name.when we create a field group we can use it any where in any program. bt in internal table we can dreat a runtime table for fetch the field from database and distroy when program is end. ...