How many fields(max) can be there in a transparent table?
Answer Posted / sathish
Table fields is limited to 4030.I have practically implemented
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
Can we use on change of between select and endselect?
what is difference between (internal table types)standard table and sorted table in sap abap....
What is the difference between dialog program and a report?
Can multiple abap systems connect to abap database?
What are the field and chain statements?
What are the three hierarchical levels of data types and objects?
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.
What is the syntax for ‘call transaction’?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status
What are the differences between sap memory and abap memory?
What is asynchronous and synchronous update?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?