Skip to main content

YCLASSICAL_JOINING

*&---------------------------------------------------------------------* *& Report  YCLASSICAL_JOINING *& *&---------------------------------------------------------------------* *& *& *&---------------------------------------------------------------------* REPORT   yclassical_joining  NO   STANDARD   PAGE  HEADING                               LINE - SIZE   110                               LINE - COUNT   255                               MESSAGE - ID  z...

Created structur transaction

Created structur transaction
UFD - Distribute Variant Functions
CU01 - Create Dependency
CU60 - Table Maintenance
CU02 - Change Dependency
CU65 - Create Function
CU21 - Create Dependency Net
CU61 - Create Table Structure
CU03 - Display Dependency
CU59 - Transfer Variant Table Contents
CU22 - Change Dependency Net
CU63 - Display Table Structure
CU05 - Dependency Where-Used List
CU04 - Dependency List
CU62 - Change Table Structure
CU23 - Display Dependency Net

Comments

Popular posts from this blog

SAP INTERVIEW QUESTIONS AND ANSWERS

SAP INTERVIEW QUESTIONS AND ANSWERS What is SAP? SAP is the name of the company founded in 1972 under the German name (Systems, Applications, and Products in Data Processing) is the leading ERP (Enterprise Resource Planning) software package. SAP Basics feature * Configuration of the SAP modules o Transaction SPRO - this is the main tree for all the configuration. * Function Key o F1 - Help o F4 - Possible entries or matchcode for the field you are accessing o F5 - Selection screen o F7 - Previous screen o F8 - Next screen o F9 - Technical info o CTRL+X - Cut o CTRL+C - Copy o CTRL+V - Paste * Navigation o /n Skip to the next record if you are processing one batch input session o /bend Cancel a batch input foreground process o /nend Close all R/3 sessions and logoff o /nxxx x Call the transaction xxxx in the same session o /o Generate a session list o /oxxx x Call the transaction xxxx in an additional session o /i Delete the current session o /h Turn the de...

ABAP Code Inspector Tool

ABAP Code Inspector Tool The Code Inspector is a tool for checking static ABAP coding and DDIC objects . It helps developers to adhere to programming standards and guidelines by creating messages on less-than-optimal coding. The Code Inspector offers various possibilities to define object sets and to combine multiple single checks in so-called "check variants". Single object checks from the Development Workbench You can check a single object with the Code Inspector from the ABAP Editor (transaction SE38), the Function Builder (transaction SE37), the Class Builder (transaction SE24), or the ABAP Data Dictionary (transaction SE11). To do this, choose <object> > Check > Code Inspector from the menu, where <object> can be a program, function module, class, or table. Checks on transport objects from the Transport Organizer You can invoke the Code Inspector from within the Transport Organizer (transaction SE09) to check objects in a transport reques...

Some Basics of SAP ABAP

Some Basics of SAP ABAP.:- 1.What is an ABAP? ABAP (Advanced Business Application Programming) is a high level programming language created by the German software company SAP. It is currently positioned as the language for programming SAP&apos;s Web Application Server, part of its NetWeaver platform for building business applications. Its syntax is somewhat similar to COBOL. **************** 2.What is an ABAP data dictionary? ABAP 4 data dictionary describes the logical structures of the objects used in application development and shows how they are mapped to the underlying relational database in tables/views. *************** 3.What are domains and data element? Domains:Domain is the central object for describing the technical characteristics of an attribute of an business objects. It describes the value range of the field. Data Element: It is used to describe the semantic definition of the table fields like description the field. Data element describes how a field can be dis...