Answer Posted / aruna
NAME,GROUP1,GROUP2,GROUP3,GROUP4
REQUIRED,INPUT,OUTPUT,INTENSIFIED,INVISIBLE
LENGTH,ACTIVE are the components in screen
you can declare internal table with scrren structure in itab
DATA: BEGIN OF it_screen OCCURS 0.
include structure screen.
DATA: END OF it_screen.
it_screen-active = 0
append screen.
This is how you can use the components in the itab screen.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we use transfer dataset to transfer data in internal table ?
Can we define our own match code id's for sap matchcodes? : abap data dictionary
What are the differences between a database index and a match code? : abap data dictionary
What are the types of table fields in the sap abap?
Name the abap/4 modularization techniques? : abap modularization
What are the Various Types of internal tables?
What is an rfc?
Print options in smartforms?
How to specify a client for database table processing?
What is occurs in internal table?
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
Explain the advantages/disadvantages of logical databases?
What are the different software packets available in the market? : sap abap hr
Why do we use events and actions in web dynpro?