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

How to Create SAP ABAP Query Using SQ01 Step by Step Guide

How to Create SAP ABAP Query Using SQ01 Step by Step. You can create ABAP query objects ,if they are not exist in the SAP system. You can create SAP query without  ABAP programming knowledge. ABAP Query provides users with a variety of ways to define and create different types of  reports , such as  Basic Lists ,  Stats , and  Sorted Lists . ABAP query consists of four elements: Queries InfoSets Groups Translation query Queries The query component is used by end users for Queries. You can create queries, change and queries executed. Transaction  SQ01. Trnslation component / QUERY Many texts to define queries, InfoSets and user groups are generated. These texts are displayed in the language we choose to access the SAP system. We can compare the text or languages ​​that use this component. InfoSets InfoSets are the views of the Special Data Sources. An InfoSet Describes the fields of a data source that can be reported in the q...

Difference Between BAPI and RFC Function Module in SAP

Difference Between BAPI and RFC Function Module in SAP From this tutorial ,we will learn what is the difference BAPI and RFC in SAP?BAPI and RFC definitions. I BAPIs are standardized programming interfaces (methods) enabling external applications to access business processes and data in the R/3 System. BAPIs provide stable and standardized methods to achieve seamless integration between the R/3 System and external applications, legacy systems and add-ons. BAPIs are defined in the BOR(Business object repository) as methods of SAP business object types that carry out specific business functions. BAPIs are carried out as RFC-enabled characteristic modules and are created within the Function Builder of the ABAP Workbench. The most critical difference btwn BAPI and FM is that BAPI can be wrapped in Business objects whereas RFC cant. The following standardized BAPIs are provided: Reading times of SAP commercial enterprise objects GetList ( ) With the BAPI GetList you coul...