What are the fields in a BDC_Tab and BDCDATA Table?
Fields of BDC_Tab & BDCDATA Table: Sr.No Fields Description 1 Program BDC Module pool 2 Dynpro BDC Screen Number 3 Dynbegin BDC... Read more »
Fields of BDC_Tab & BDCDATA Table: Sr.No Fields Description 1 Program BDC Module pool 2 Dynpro BDC Screen Number 3 Dynbegin BDC... Read more »
1.Called program - SE37 - Creating function group, function module by assigning attributes, importing, exporting, tables, and exceptions. 2.Calling program - SE38... Read more »
Its an Interactive report where in the user can get more relevant data by selecting explicitly. Read more »
An Interactive report is a dynamic drill down report that produces the list on users choice. Difference: - A) The list produced by classical report doesn’t... Read more »
The events are as follows: 1.Initialization 2.At selection-screen 3.Start-of-selection 4.End-of-selection 5.Top-of-page 6.End-of-page 7.At line-selection 8.At user-command 9.At... Read more »
ABAP Editor: Tool in the ABAP Workbench in which you enter the source code of ABAP programs and check their syntax. You can also navigate from the ABAP Editor to... Read more »
To use a Native SQL statement, you must precede it with the EXEC SQL statement, and follow it with the ENDEXEC statement as follows: EXEC SQL [PERFORMING ]. ENDEXEC. There... Read more »
Open SQL – These statements are a subset of standard SQL. It consists of DML command (Select, Insert, Update, Delete). It can simplify and speed up database access.... Read more »
Wireless Transaction Protocol (WTP) is WAP’s transaction protocol that works between the session protocol WSP and security protocol WTLS. WTP chops data packets... Read more »
Wireless Transport Layer Security protocal (WTLS) does all cryptography oriented features of WAP. WTLS handles encryption/decryption, user authentication and data... Read more »
Wireless Session Protocol (WSP) implements session services of WAP. Sessions can be connection-oriented and connectionless and they may be suspended and resumed... Read more »
WMLScript is a subset of the JavaScript scripting language designed as part of the WAP standard to provide a convenient mechanism to access mobile phone’s... Read more »
The Wireless Markup Language (WML) is a simple language used to create applications for small wireless devices like mobile phones. WML is analogous to HTML in the... Read more »
Collect : 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... Read more »
Once you have declared the possible record types as field groups and defined their structure, you can fill the extract dataset using the following statements: EXTRACT... Read more »