Answer Posted / anjireddy bapathu
GO TO SE11 THEN GIVE A NAME with Starting "Z" letter AND PRESS THE CREATE BUTTON.
It will open new screen is " Maintain Table". then enter the short description and enter the "Delivery Class" and Go to "Fields" tab and enter the fields and click save after click "Technical settings" button and enter the "Data class" and "Size Category" click save.
If you have any modify fields in your table go to "Technical settings" and click delete button on top of left corner and click save. After go to "Utilities" and click "Table Maintenance generator". It will navigate to Generation Environment Screen and Enter the "Authorization Group", "Function Group" and "Maintenance Type" click the Paper Symbol in top left corner and go back and click save and activate table.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to debug a sapscript?
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?
What is the difference between Classic badi and Kernal badi ?
What are the two ways for restricting the value range for a domain ?
How do you document ABAP programs? Do you use program documentation menu option?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Can we create an abap program without using y or z?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
wht is the diff. b/n initialization and lotus of event
foreign key enforcement?
Can i Have Some Realtime Examples On Modulepool programming.
What is the significance of the memory table ‘screen’?
singleton class
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.