As an ABAP Developer, we often have to develop ABAP reports that displays some data from the database. SAP provides a set of ALV (ABAP List Viewer) function modules which can be put into use to embellish the output of a report. Object oriented ALV is more robust and is more advanced when compared to Traditional ALV.
How to Create Oracle Fusion BI Publisher Report Using RTF TemplateFeras Ahmad
This document provides steps to create an Oracle Fusion BI Publisher report using a Rich Text Format (RTF) template. It explains that RTF templates can be created using the BI Publisher Template Builder Microsoft Word add-in. The steps include: 1) opening an existing BI report and exporting the XML data file, 2) creating an RTF template in Word using the XML file, and 3) uploading the RTF template to replace an existing report layout. The template allows adding data fields, tables, and other formatting features to design the report layout.
This document provides an introduction to object-oriented programming concepts in ABAP, including definitions of objects, classes, inheritance, polymorphism, and encapsulation. It compares procedural and object-oriented programming, and gives examples of common objects like Customer and Order. The document also discusses how ABAP Objects implements these concepts and the advantages of object-oriented design like reusability and reduced maintenance. Methods are introduced as functions that provide business logic within classes.
Validation type 'special' in value setsFeras Ahmad
This document describes how to configure a special validation type value set in Oracle to restrict users to limited or conditional value entries. Special value sets allow for dynamic or specific checks through PL/SQL code. The steps provided configure a special value set that can be assigned to forms or concurrent requests to validate user-entered values meet criteria, such as ensuring a date is at least three months prior to the current date.
This document outlines 8 steps to create an audit trail for the table FND_LOOKUP_VALUES in an Oracle application: 1) Find the application name, 2) Ensure audit is enabled for that application, 3) Create an audit group for the table, 4) Run a concurrent program to create audit tables and triggers, 5) Verify the audit tables were created, 6) Test the audit trail by creating new lookup data, 7) View the audit data that was captured, and 8) Optionally add more columns to the audit trail.
This document provides an overview and instructions for installing Weblogic Server 12c. It outlines the installation process, including preparing for installation by determining prerequisites, temporary disk space requirements, and user privileges. The document also describes different installation modes like GUI, console, and silent modes and post-installation tasks like creating a Weblogic domain.
The syntax for an inner join of more than two tables is the same as for two tables. You simply chain multiple inner join clauses together in the FROM clause.
For example:
SELECT A~a, B~c, C~y
FROM A
INNER JOIN B ON A~b = B~b
INNER JOIN C ON B~x = C~x
This performs an inner join of tables A, B and C.
1. Extensions in Oracle Application Framework are needed when the standard system does not meet business needs or when customizing the UI or logic is required.
2. Key terminology includes pages, regions, view objects, application modules, and controllers. The application path and associated objects must be understood.
3. Extensions are made by extending view objects, controllers, and application modules. This involves creating new classes, substituting objects, and using personalizations to deploy the changes.
1) O documento apresenta os principais conceitos e ferramentas do SAP ABAP, incluindo navegação no sistema, serviços, desenvolvimento de telas, programação modular e acesso a dados;
2) São descritos os elementos de interface do usuário, como menus, barras de ferramentas e janelas, além de comandos como F1, F4 e ajuda on-line;
3) Também são explicados tópicos como comunicação entre sistemas, segurança, desenvolvimento orientado a objetos e depuração de programas.
The document discusses new features of Kernel-BAdI enhancements in SAP, including improved filter support, reusable implementation instances, inheritance of implementations, and faster performance compared to classic BAdIs. It provides steps for creating a Kernel-BAdI, implementing it, and using the switch framework to activate and deactivate BAdI implementations.
1) The document discusses object-oriented programming (OOPS) concepts in ABAP such as classes, objects, attributes, methods, inheritance, polymorphism, and exceptions.
2) It provides examples of creating local and global classes, defining methods, and handling exceptions.
3) Key aspects covered include defining classes, creating objects, accessing attributes and methods, static and instance methods/attributes, and using constructor methods.
This document discusses ABAP modularization, subroutines, function modules, and the CATCH statement in ABAP. It provides examples of:
- Calling internal and external subroutines
- Passing parameters by value, reference, and value/result
- Creating and calling function modules
- Handling exceptions using the CATCH statement
Free Download - http://sapdocs.info/sap/abap/abap-training-course-for-beginners/
A must document for those don't have any experience about ABAP, never seen code..
This document outlines an agenda for an Oracle HRMS Technical Workshop taking place on December 3-4, 2001. It includes introductions, assumptions about technical knowledge, and an overview of the major components and entities within Oracle HRMS, including human resources, payroll, training administration, and other modules. Key concepts like datetrack and lookups are also explained in detail with examples.
O documento fornece uma introdução aos conceitos básicos de programação orientada a objetos em ABAP, incluindo classes, objetos, herança, interfaces e eventos. Explica como esses conceitos são implementados na linguagem ABAP e fornece exemplos para ilustrar seus usos.
Oracle EBS Tracking items costing return from customerAhmed Elshayeb
This document outlines the organization parameters and accounts used to track costs for items being returned from customers. It defines items, price lists, sales orders, and receiving transactions. It also describes how the cost of return merchandise authorization (RMA) transactions is calculated as the current unit cost for the item in inventory.
This document provides instructions for implementing a Business Add-In (BAdI) within an enhancement project (CMOD) in SAP. It explains how to create a BAdI definition, add a BAdI hook to an existing enhancement, and develop two separate BAdI implementations. This allows custom functionality to be added to an enhancement in a modular way without limitations of CMOD. The example demonstrates creating a popup dialog for each BAdI implementation to be triggered when changing the time zone of a company address.
The document describes the batch input session method for processing batch input in SAP. It discusses creating a batch input session by opening and closing the session and inserting transaction data using BDC function modules. It provides examples of creating batch input sessions to update vendor records from sequential files and individual transactions.
This document contains a list of SAP function modules grouped by business object. It includes functions for process orders, company code, business area, controlling area, sales organization, cost center, company, profit center, functional area, grants, funded programs, budgets, communications, materials, services, business partners, and customers. The functions allow for creating, changing, deleting, checking, reading and listing data for the different business objects.
This document provides test procedures for asset accounting in SAP S/4HANA. It outlines prerequisites including required roles, master data, and preliminary setup steps. The test procedures cover asset acquisition, master data maintenance, valuation, depreciation, and year-end closing processes. Each procedure includes detailed steps for testing the process in the system.
The document provides instructions for using the XDC command in SDSF to save job output or syslog information to a dataset. For job output, the user selects the XDC command against the job name, fills out a form to specify the dataset name and other properties, and sees a "Print Closed" message once complete. To save syslog information, the user opens a print dataset with either NEW or MOD, specifies the date range to print with the PT command, and closes the print with PT CLOSE.
This document is part 4 of a blog series on custom business object extensibility in SAP S/4HANA Cloud. It discusses how to maintain data in a custom business object that was created in previous parts. Specifically, it describes how to generate a maintenance UI for the custom object, create a custom tile to access this UI, and maintain records for both the parent and child nodes of the custom object. The full steps covered include publishing a custom catalog extension, pinning the new tile to the Fiori launchpad, and using the maintenance UI to create, view, and save records for the custom business object.
The document provides an overview of Core Data Services (CDS) in SAP, including:
- CDS allows developers to move data logic from the application layer to the database layer through reusable views. There are ABAP and HANA versions of CDS.
- ABAP CDS views are created in Eclipse and correspond to views generated on the HANA database. Views can include parameters, associations, and aggregate functions.
- CDS views can be extended, previewed in Eclipse, and used in ABAP programs through Open SQL statements. This allows pushing code to the database for improved performance compared to traditional coding approaches.
This document discusses Open SQL internal table concepts in ABAP including:
- Select statements to retrieve single or multiple records from database tables
- Selecting specific columns instead of using SELECT *
- Adding WHERE clauses to filter records by conditions
- Using ORDER BY to sort results
- Aggregate functions like COUNT, MIN, MAX to operate on groups
- Joining data from multiple tables using inner joins
The document discusses reporting tools for Oracle Applications 11i, focusing on Oracle Reports 6i. It describes the key considerations in selecting a reporting tool and provides an overview of Oracle Reports 6i. Specifically, it covers the differences between character and bitmap reports in Oracle Reports 6i, and how to build reports for Oracle Applications 11i using Oracle Reports 6i. It also provides details on building reports, including using the data model, layout model, parameters, triggers, and the built-in SRW package.
Personalization who i can restrict subinventory locator to store one item onlyAhmed Elshayeb
This document describes how to restrict a subinventory locator to store only one item using Oracle Applications functions and triggers. It provides an example of creating two functions to check the item and locator, and a trigger on the transaction form to validate the item matches what is allowed for that locator. The trigger will display an error message if a different item is selected for a locator that already contains an item.
Internal requisitions provide a mechanism for requesting inventory transfers between organizations. They allow tracking inventory as it moves between organizations and reducing costs. Key features include defining sourcing options, managing an inter-organization shipping network, and using the same process for internal and external requisitions.
1. Extensions in Oracle Application Framework are needed when the standard system does not meet business needs or when customizing the UI or logic is required.
2. Key terminology includes pages, regions, view objects, application modules, and controllers. The application path and associated objects must be understood.
3. Extensions are made by extending view objects, controllers, and application modules. This involves creating new classes, substituting objects, and using personalizations to deploy the changes.
1) O documento apresenta os principais conceitos e ferramentas do SAP ABAP, incluindo navegação no sistema, serviços, desenvolvimento de telas, programação modular e acesso a dados;
2) São descritos os elementos de interface do usuário, como menus, barras de ferramentas e janelas, além de comandos como F1, F4 e ajuda on-line;
3) Também são explicados tópicos como comunicação entre sistemas, segurança, desenvolvimento orientado a objetos e depuração de programas.
The document discusses new features of Kernel-BAdI enhancements in SAP, including improved filter support, reusable implementation instances, inheritance of implementations, and faster performance compared to classic BAdIs. It provides steps for creating a Kernel-BAdI, implementing it, and using the switch framework to activate and deactivate BAdI implementations.
1) The document discusses object-oriented programming (OOPS) concepts in ABAP such as classes, objects, attributes, methods, inheritance, polymorphism, and exceptions.
2) It provides examples of creating local and global classes, defining methods, and handling exceptions.
3) Key aspects covered include defining classes, creating objects, accessing attributes and methods, static and instance methods/attributes, and using constructor methods.
This document discusses ABAP modularization, subroutines, function modules, and the CATCH statement in ABAP. It provides examples of:
- Calling internal and external subroutines
- Passing parameters by value, reference, and value/result
- Creating and calling function modules
- Handling exceptions using the CATCH statement
Free Download - http://sapdocs.info/sap/abap/abap-training-course-for-beginners/
A must document for those don't have any experience about ABAP, never seen code..
This document outlines an agenda for an Oracle HRMS Technical Workshop taking place on December 3-4, 2001. It includes introductions, assumptions about technical knowledge, and an overview of the major components and entities within Oracle HRMS, including human resources, payroll, training administration, and other modules. Key concepts like datetrack and lookups are also explained in detail with examples.
O documento fornece uma introdução aos conceitos básicos de programação orientada a objetos em ABAP, incluindo classes, objetos, herança, interfaces e eventos. Explica como esses conceitos são implementados na linguagem ABAP e fornece exemplos para ilustrar seus usos.
Oracle EBS Tracking items costing return from customerAhmed Elshayeb
This document outlines the organization parameters and accounts used to track costs for items being returned from customers. It defines items, price lists, sales orders, and receiving transactions. It also describes how the cost of return merchandise authorization (RMA) transactions is calculated as the current unit cost for the item in inventory.
This document provides instructions for implementing a Business Add-In (BAdI) within an enhancement project (CMOD) in SAP. It explains how to create a BAdI definition, add a BAdI hook to an existing enhancement, and develop two separate BAdI implementations. This allows custom functionality to be added to an enhancement in a modular way without limitations of CMOD. The example demonstrates creating a popup dialog for each BAdI implementation to be triggered when changing the time zone of a company address.
The document describes the batch input session method for processing batch input in SAP. It discusses creating a batch input session by opening and closing the session and inserting transaction data using BDC function modules. It provides examples of creating batch input sessions to update vendor records from sequential files and individual transactions.
This document contains a list of SAP function modules grouped by business object. It includes functions for process orders, company code, business area, controlling area, sales organization, cost center, company, profit center, functional area, grants, funded programs, budgets, communications, materials, services, business partners, and customers. The functions allow for creating, changing, deleting, checking, reading and listing data for the different business objects.
This document provides test procedures for asset accounting in SAP S/4HANA. It outlines prerequisites including required roles, master data, and preliminary setup steps. The test procedures cover asset acquisition, master data maintenance, valuation, depreciation, and year-end closing processes. Each procedure includes detailed steps for testing the process in the system.
The document provides instructions for using the XDC command in SDSF to save job output or syslog information to a dataset. For job output, the user selects the XDC command against the job name, fills out a form to specify the dataset name and other properties, and sees a "Print Closed" message once complete. To save syslog information, the user opens a print dataset with either NEW or MOD, specifies the date range to print with the PT command, and closes the print with PT CLOSE.
This document is part 4 of a blog series on custom business object extensibility in SAP S/4HANA Cloud. It discusses how to maintain data in a custom business object that was created in previous parts. Specifically, it describes how to generate a maintenance UI for the custom object, create a custom tile to access this UI, and maintain records for both the parent and child nodes of the custom object. The full steps covered include publishing a custom catalog extension, pinning the new tile to the Fiori launchpad, and using the maintenance UI to create, view, and save records for the custom business object.
The document provides an overview of Core Data Services (CDS) in SAP, including:
- CDS allows developers to move data logic from the application layer to the database layer through reusable views. There are ABAP and HANA versions of CDS.
- ABAP CDS views are created in Eclipse and correspond to views generated on the HANA database. Views can include parameters, associations, and aggregate functions.
- CDS views can be extended, previewed in Eclipse, and used in ABAP programs through Open SQL statements. This allows pushing code to the database for improved performance compared to traditional coding approaches.
This document discusses Open SQL internal table concepts in ABAP including:
- Select statements to retrieve single or multiple records from database tables
- Selecting specific columns instead of using SELECT *
- Adding WHERE clauses to filter records by conditions
- Using ORDER BY to sort results
- Aggregate functions like COUNT, MIN, MAX to operate on groups
- Joining data from multiple tables using inner joins
The document discusses reporting tools for Oracle Applications 11i, focusing on Oracle Reports 6i. It describes the key considerations in selecting a reporting tool and provides an overview of Oracle Reports 6i. Specifically, it covers the differences between character and bitmap reports in Oracle Reports 6i, and how to build reports for Oracle Applications 11i using Oracle Reports 6i. It also provides details on building reports, including using the data model, layout model, parameters, triggers, and the built-in SRW package.
Personalization who i can restrict subinventory locator to store one item onlyAhmed Elshayeb
This document describes how to restrict a subinventory locator to store only one item using Oracle Applications functions and triggers. It provides an example of creating two functions to check the item and locator, and a trigger on the transaction form to validate the item matches what is allowed for that locator. The trigger will display an error message if a different item is selected for a locator that already contains an item.
Internal requisitions provide a mechanism for requesting inventory transfers between organizations. They allow tracking inventory as it moves between organizations and reducing costs. Key features include defining sourcing options, managing an inter-organization shipping network, and using the same process for internal and external requisitions.
Personalization select all record from menu for manage buyer work loadAhmed Elshayeb
This document provides instructions for setting up personalization rules to select all lines when accessing a form or menu item. The rules configure triggers to select all records when a new form or item instance is opened, or when a menu item is selected. Actions are defined to set a checkbox property to select all and execute triggers to change the selection. Context can be set at the user or responsibility level to simplify configuration.
Sales Order needs to be automatically reserved, shipped & invoiced without an...Ahmed Elshayeb
Sales Order needs to be automatically reserved, shipped & invoiced without any manual intervention After Booked
كيفية عمل شحن وإصدار فاتورة مبيعات لأمر البيع بمجرد عمل إتمام لأمر البيع بون أي تدخل آخر
Roles determine user access to functions and data in Oracle Applications Cloud. Roles are arranged hierarchically to reflect lines of authority and responsibility. A user's access is defined by their roles in these hierarchies. Role-based security controls which users can access what data and functions. Roles group permissions and users are provisioned roles to allow access to only the appropriate data and functions.
Oracle Personalization Restrict Subinventory And Lot Number LOV Dependent On...Ahmed Elshayeb
Oracle Personalization Restrict Subinventory And Lot Number LOV Dependent On DFF On Sales Person In Item Reservation Window
كيفية عمل تحديد لقائمة اللوط لكل مندوب مبيعات حسب المخزن الخاص به في شاشة الحجز
This document provides steps to configure Landed Cost Management (LCM) in Oracle EBS R12.1.3. The steps include: applying required patches; creating new account codes for LCM; defining cost factors; defining LCM shipment types, organizations, and options; integrating with Oracle Advanced Pricing by setting profile options; and testing the LCM configuration. Optional steps include assigning items to the new inventory organization and opening a period for the new organization.
Select All Record From Tools Menu On Find Receipts For Matching FormAhmed Elshayeb
Select All Record From Tools Menu On Find Receipts For Matching Form
كيفية إختيار جميع السطور أثناء عمل المطابقة في فاتورة مدفوعات بمجرد إختيار في القوائم
Run report from menu Personalization كيفية تشغيل تقرير أو ما شابة من خلال شا...Ahmed Elshayeb
Run report from menu Personalization,
Form Personalization to run Concurrent Program from Form ,
Forms Personalization - How to pass parameter to a Report,
كيفية تشغيل تقرير أو ما شابة من خلال شاشة معينةوتأخذحدود الإستعلام من علي السجل الي انتا واقف عليه
Oracle Order Management (Assign freight cost on shipping transaction)Ahmed Elshayeb
Oracle Order Management (Assign freight cost on shipping transaction)
كيفية تحميل مصاريف النقل والمناولة بأنواع مختلفة حسب الإحتياج علي عملية الشحن وتقسيم القيمة علي الأصناف التي يتم شحنها حسب كميتها
Personalization to restrict subinventory lov in miscellaneous transaction to ...Ahmed Elshayeb
Personalization to Restrict Subinventory LOV in Miscellaneous Transaction To Subinventory Have Oh-hand From The Items
التحمكم في قائمة المخازن الفرعية علي شاشة الحركات المتنوعة حتي يظهر الخزان التي بها رصيد فقط
Assign Freight Cost On Shipping TransactionAhmed Elshayeb
This document provides instructions for assigning freight costs on shipping transactions for multiple sales order lines. It involves:
1. Defining freight cost type lookups
2. Creating a pricing attribute based on the freight cost type
3. Setting up a formula to use the pricing attribute based on the freight cost type
4. Creating a freight and special charge list modifier that uses this formula
5. Testing it with various sales order scenarios
Procedure To Store Database Object Size And Number Of Rows In Custom TableAhmed Elshayeb
Procedure To Store Database Object Size And Number Of Rows In Custom Table
كيفية عمل جدول يتم فيه تسجيل مساحات الجداولاو اي نوع من محتويات قاعدة البيانات لمعرفة معدل الزيادة في هذا النوع
Personalization to restrict values in customer name and number lov in sales o...Ahmed Elshayeb
Personalization to Restrict Values in Customer Name ,Number LOV in Sales Order Form
تحديد قائمة العملاء علي حسب العملاء الذين لهم موقع للشحن مع الوحدة التنظيمية المعرفة علي مستوي المسئولية
How to remove disable and cancel shipment functionality in enter purchase or...Ahmed Elshayeb
How To Remove Disable Cancel Shipment Functionality In Enter Purchase Order and Purchase Order Summary Forms
منع المستخدم من إستخدام إمكانية إلغاء شحنة علي أمر توريد تم الإستلام عليها من علي شاشة ملخص أوامر الشراء ومن شاشة إدخال أوامر التوريد
From Dreams to Threads: The Story Behind The ChhapaiThe Chhapai
Chhapai is a direct-to-consumer (D2C) lifestyle fashion brand founded by Akash Sharma. We believe in providing the best quality printed & graphic t-shirts & hoodies so you can express yourself through what you wear, because everything can’t be explained in words.
Alec Lawler - A Passion For Building Brand AwarenessAlec Lawler
Alec Lawler is an accomplished show jumping athlete and entrepreneur with a passion for building brand awareness. He has competed at the highest level in show jumping throughout North America and Europe, winning numerous awards and accolades, including the National Grand Prix of the Desert in 2014. Alec founded Lawler Show Jumping LLC in 2019, where he creates strategic marketing plans to build brand awareness and competes at the highest international level in show jumping throughout North America.
Explore the growing trend of payroll outsourcing in the UK with key 2025 statistics, market insights, and benefits for accounting firms. This infographic highlights why more firms are turning to outsourced payroll services for UK businesses to boost compliance, cut costs, and streamline operations. Discover how QXAS can help your firm stay ahead.
for more details visit:- https://qxaccounting.com/uk/service/payroll-outsourcing/
www.visualmedia.com digital markiting (1).pptxDavinder Singh
Visual media is a visual way of communicating meaning. This includes digital media such as social media and traditional media such as television. Visual media can encompass entertainment, advertising, art, performance art, crafts, information artifacts and messages between people.
Diagrams are key to architectural work, aligning teams and guiding business decisions. This session covers best practices for transforming text into clear flowcharts using standard components and professional styling. Learn to create, customize, and reuse high-quality diagrams with tools like Miro, Lucidchart, ... Join us for hands-on learning and elevate your diagramming skills!
India Advertising Market Size & Growth | Industry TrendsAman Bansal
The advertising market in India is rapidly growing, driven by the increasing consumption of digital media, mobile usage, and evolving consumer behaviors. Traditional media like TV and print continue to hold a significant share, while digital platforms, including social media and online video, are expanding swiftly. As brands focus on reaching diverse audiences, the market sees innovation in formats like influencer marketing, targeted ads, and regional content. This dynamic landscape offers vast opportunities for both domestic and global players in the advertising sector.
Attn: Team Loyalz and Guest Students.
To give Virtual Gifts/Tips,
please visit the Temple Office at:
https://ldmchapels.weebly.com
Optional and Any amount is appreciated.
Thanks for Being apart of the team and student readers.
NewBase 05 May 2025 Energy News issue - 1785 by Khaled Al Awadi_compressed.pdfKhaled Al Awadi
Greetings,
Hawk Energy is pleased to share with you its latest energy news from NewBase Energy
as per attached file NewBase 05 May 2025 Energy News issue - 1785 by Khaled Al Awadi
Regards.
Founder & Senior Editor NewBase Energy
Khaled M Al Awadi, Energy ConsultantGreetings,
Hawk Energy is pleased to share with you its latest energy news from NewBase Energy
as per attached file NewBase 05 May 2025 Energy News issue - 1785 by Khaled Al Awadi
Regards.
Founder & Senior Editor NewBase Energy
Khaled M Al Awadi, Energy ConsultantGreetings,
Hawk Energy is pleased to share with you its latest energy news from NewBase Energy
as per attached file NewBase 05 May 2025 Energy News issue - 1785 by Khaled Al Awadi
Regards.
Founder & Senior Editor NewBase Energy
Khaled M Al Awadi, Energy ConsultantGreetings,
Hawk Energy is pleased to share with you its latest energy news from NewBase Energy
as per attached file NewBase 05 May 2025 Energy News issue - 1785 by Khaled Al Awadi
Regards.
Founder & Senior Editor NewBase Energy
Khaled M Al Awadi, Energy Consultant
AI isn’t a replacement; it’s the tool that’s unlocking new possibilities for start-ups, making it easier to automate tasks, strengthen security, and uncover insights that move businesses forward. But technology alone isn’t enough.
Real growth happens when smart tools meet real Human Support. Our virtual assistants help you stay authentic, creative, and connected while AI handles the heavy lifting.
Want to explore how combining AI power and human brilliance can transform your business?
Visit our website and let’s get started!
🔗 Learn more here: BestVirtualSpecialist.com
The Institute for Public Relations Behavioral Insights Research Center and Leger partnered on this 5th edition of the Disinformation in Society Report. We surveyed 2,000 U.S. adults to assess what sources they trust, how Americans perceive false or misleading information, who they hold responsible for spreading it, and what actions they believe are necessary to combat it.
Alan Stalcup is the visionary leader and CEO of GVA Real Estate Investments. In 2015, Alan spearheaded the transformation of GVA into a dynamic real estate powerhouse. With a relentless commitment to community and investor value, he has grown the company from a modest 312 units to an impressive portfolio of over 29,500 units across nine states. He graduated from Washington University in St. Louis and has honed his knowledge and know-how for over 20 years.
NewBase 28 April 2025 Energy News issue - 1783 by Khaled Al Awadi_compressed...Khaled Al Awadi
Greetings
Attached our latest energy news
NewBase 28 April 2025 Energy News issue - 1783 by Khaled Al AwadiGreetings
Attached our latest energy news
NewBase 28 April 2025 Energy News issue - 1783 by Khaled Al AwadiGreetings
Attached our latest energy news
NewBase 28 April 2025 Energy News issue - 1783 by Khaled Al Awadi
1. Cascading Dependencies
can I create one dependent value set from another dependent value set instead of from an independent value set?
1- Create Value Set
SH SUB Class
2- Get Value Set ID
2. 3- Create Value Set
SH SUB Class Table
Table Name Value Meaning
FND_FLEX_VALUES
FV,FND_FLEX_VALUES_TL FVT
FV.FLEX_VALUE FVT.DESCRIPTION
Where/Order By WHERE 1 = 1
AND FV.FLEX_VALUE_ID = FVT.FLEX_VALUE_ID(+)
AND FVT.LANGUAGE(+) = USERENV ('LANG')
AND NVL (FV.ENABLED_FLAG, 'Y') = 'Y'
and FV.FLEX_VALUE_SET_ID=1026167
and FV.ATTRIBUTE1=:$FLEX$.Family
and FV.ATTRIBUTE2=:$FLEX$.Class
Order by FV.flex_value
3. 4- Create Dependent Value Set
SH SUB ClassType
5- Create Value Set SH SUB Class Type Table
- Get Value SetIdFor SH SUB Class Type Value Set To Use In Where
4. Table Name Value Meaning
FND_FLEX_VALUES FV,
FND_FLEX_VALUES_TL FVT
FV.FLEX_VALUE FVT.DESCRIPTION
Where/Order By WHERE 1 = 1
AND FV.FLEX_VALUE_ID = FVT.FLEX_VALUE_ID(+)
AND FVT.LANGUAGE(+) = USERENV ('LANG')
AND NVL (FV.ENABLED_FLAG, 'Y') = 'Y'
AND PARENT_FLEX_VALUE_LOW = :$FLEX$.Sub_Class
AND FV.FLEX_VALUE_SET_ID = 1026169
ORDER BY FV.FLEX_VALUE
5. 6- Update Item Category Key Flexfield Structures
- Find Category Structures You Are Used (ITEM_CATEGORIES)