rough notes

 BAL_DB_SEARCH    AIN -Asset Intelligence Network    /n/GRCPI/GRIA_EAM



 https://community.sap.com/t5/technology-blogs-by-sap/benefit-from-sap-master-data-governance-on-sap-s-4hana-2023-feature-pack/ba-p/13808294




https://codesap.wordpress.com/2015/01/21/debug-smartforms-in-production-environment/ 

https://community.sap.com/t5/application-development-and-automation-blog-posts/debugging-smart-forms-in-production-environment/ba-p/13245694

https://sapcodes.com/2015/11/19/debugging-a-smartform/

https://codesap.wordpress.com/tag/debug-smartform/

https://www.indexit.org/how-to-debug-smartforms-in-sap-abap/

https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-data-from-dynamic-internal-table/m-p/5345410

https://www.sapnet.ru/abap_docu/ABAPMODIFY_ITAB.htm#&ABAP_VARIANT_3@3@

==========================

Profile for Maintaining Task Lists

 

Relationships ==>The chronological order and time-based dependency of the individual operations is important for efficient planning and implementation of comprehensive maintenance work. Therefore, it's important to set up a time-based relationship between the individual operations in a maintenance task list.

 

Types of Relationships
FS Relationship - The end of one operation is linked to the start of the following operation. SS Relationship - The start of one operation is linked to the start of the following operation. FF Relationship - The end of one operation is linked to the end of the following operation. SF Relationship - The start of one operation is linked to the end of the following operation.

 Component Assignment in the Maintenance Task List

You can assign material components to the operations in the maintenance task lists. On the one hand, you can retrieve these material components from the bill of material (BOM) for the maintenance object (equipment, functional location, or head assembly) that is assigned to the maintenance task list.

 On the other hand, you can assign stock materials, which aren't listed in the BOM for the maintenance object, directly to the maintenance task list. This is termed a free material assignment. The assignment is made using the material number. To make a free material assignment, you must specify a BOM usage (generally used in Plant Maintenance) in Customizing (Control Data for Task List). If you make a free assignment, the system then creates an internal BOM. This can't be processed from the application.

 

=====================
fpmgb_s_actiondef


 
Implementation Project: creating, designing, and tuning an SAP landscape from scratch. Support Project: handling tickets and issues related to an existing SAP system. Rollout Project: extending an SAP system to new locations, modules, or functionalities. Upgradation Project: updating an SAP system to a newer version or platform. Enhancement or Expansion Project: adding new features or capabilities to an SAP system. Conversion or Development Project: transforming or customizing an SAP system to meet specific requirements. The different types of projects in SAP that are involved are Implementation / Development Project Support and Maintenance Project Roll Out Project Upgradation Project / Migration Project Enhancement project
================================================
23/05/2025 data persistency [in SAP HANA Cloud] programming model's golden path Following the golden path of the programming model helps you implement data models, services and UIs in order to develop stand-alone business applications or extend other cloud solutions, Core Data & Services (CDS) – we adopted CDS*) as known from SAP S/4HANA and ABAP to define data models as well as service interfaces on a conceptional level. As with SAP S/4HANA, you can annotate the CDS models with annotations for Fiori UIs (Generic) Service Providers that interpret CDS models to automatically serve metadata and CRUD requests out of the box. Service SDKs for Java and Node.js, which facilitate reuse of and integration with existing services in the cloud. Data Access Layers which use the CDS models to support higher-level data access options. For example, from data models in CDS we generate corresponding sets of JPA classes. SAP Business Application Studio and tools tailored for the new programming model such as CDS Editors, Code Assists, Outline Views, new Project Explorer, etc. ========================= SAP CAP Model simplifies building enterprise grade services and applications. It guides developers along a 'golden path' of proven best practices. Since best practices are served out-of-the-box with generic solutions for many recurring tasks, developers can focus on the business logic without having to worry about the underlying technical details. This results in accelerated development, minimized boilerplate code as well as increased quality. When it comes to building enterprise grade applications and services on SAP BTP, SAP CAP Model is the recommended approach. Relationship between SAP Cloud SDK and SAP CAP model SAP CAP Model is fully compatible with SAP Cloud SDK. In fact, SAP CAP Model uses SAP Cloud SDK behind the scenes to perform a variety of tasks. For example, to connect to any remote system in the SAP CAP Model, we make use of the following code snippet… await cds.connect.to("remoteService"); SAP CAP Model behind the scenes uses the SAP Cloud SDK to retrieve the technical information about the remote target system from the destination configured in SAP BTP. It is then able to make a connection to the remote system passing in the proper credentials. Similarly, when it comes to multi-tenancy support, SAP CAP Model needs to be aware of the tenant context in the request object. This again is supported by SAP Cloud SDK. So, we see how SAP CAP Model leverages the capabilities of the SAP Cloud SDK to simplify application development. ========================== 4. Which method can you use to collect error messages with high severity and return them to the caller in the request-response? D. req.error
================================================

https://learning.sap.com/learning-journeys/installing-and-administering-sap-hana/describing-sap-hana-privileges-and-roles_db44e2b0-3dfc-4f70-b832-cbdecbeedfe7 https://help.sap.com/docs/SAP_HANA_PLATFORM/09b6623836854766b682356393c6c416/2247aca08f054d30b0f749f757ec1ccd.html

================================================================================================================================================
sub replication Replication Tasks Design > Build/Deploy > Execute replication behavior options Replication Services ========================= creating and calling a flowgraph flowgraph settings defining data sources implementing common node lookup and pivot node Webinar SAP Analytics Cloud Partner Business Content for Analytics Delivery Highlights 25th July 2024 SAP S4HANA Public Cloud Premium Edition and SAP Concur Expense The Perfect Package 23rd July 2024 Webinar-SAP Business Technology Platform Partner Community Live: SAP BTP Observability and Monitoring - Strategy and Road Map
===============================================================

bc set       /CEECV/BTFI_TAXES

if_usmd_gov_api_entity

 get_entities_for_crequest

 if_usmd_conv_som_gov_api

cl_usmd2_cust_access_service=>get_crequest_type

CL_MDG_BS_COMMUNICATOR_ASSIST~set_environment_from_url.
 

Comments

Popular posts from this blog

ABAP Open/ Fetch Cursor

FP_JOB_CLOSE throws an exception. (sy-subrc 2: system error)