Intra-Company STO: (With Delivery and W/O Billing) Materials are transported between the plants belonging to the same company code is known as Intra Company STO Where the supplying and receiving plants are under the same company code. Configurations to-do from SD Side: Create Sales organization: Configuration: SPRO –> IMG –> Enterprise Structure –> Definition –> […]
ERP
Debugging steps of sales order credit exposure update analysis from SD perspective
After noticing many problems related to credit exposure update that are hard for customers to troubleshoot, I have decided to write this blog to empower customers getting further knowledge in the topic. On this blog, I am going to focus on credit exposure update during creation of a sales order with an item relevant for […]
Convert a PDF file to DOCX format within SAP using Python Script
We ran into a roadblock when our client expressed a specific requirement: the occasional need to edit invoices after generation. Now if you have bought Adobe license it is no-brainer, otherwise it is not feasible with the native PDF format. Use Case: Converting Invoices from PDF to DOCX The invoices are generated as non-editable PDFs […]
S/4HANA Planning for Components to be Provided in Subcontracting Process
Definition In subcontracting process, the subcontractor/vendor will be provided with materials (components), which he consumes to produce the finished product. We have to create MRP area for each subcontractor, If we want to plan provision of components for individual subcontractors separately from the usual requirements. In this blog we will be discussing about the below […]
SAP HANA DB Authorization concept
SAP HANA SAP HANA is an in-memory, column-oriented, relational database management system developed and marketed by SAP SE. SAP HANA Security Sap Hana Security is protecting important data from unauthorized access and ensures that the standards and compliance meet as per the security standard. User Type in SAP HANA Depending on the different security policy […]
ABAP RAP(RESTful Application Programming) Model
It is a set of concepts, tools, languages, and frameworks that help developers build innovative, cloud-ready, enterprise applications. RAP is based on REST architectural style, which is a simple and lightweight way of building web services. Why RAP Model? It offers an end-to-end development experience with Standardized architecture and development flow. It is an ABAP […]
C_HCADM_05 Certification Preparation: Your Path to Success with Practice Tests
One such certification holds immense value in the IT industry is the C_HCADM_05 Certification. This comprehensive guide will delve deep into understanding the C_HCADM_05 certification and the importance of proper preparation and provide you with invaluable preparation tips.
SAP Query
SAP Query: SAP Query is a tool that allows you to create reports even without programming. SAP queries are based on InfoSets – these are the areas that provide special views of a logical database and define which fields of the database can be used in queries. SAP queries can be shared with any users […]
Integration of SAP CI(BTP IS) with IBM MQ through AMQP
Introduction What is IBM MQ? IBM MQ is a family of message-oriented middleware products that IBM launched in December 1993. It was originally called MQSeries, and was renamed WebSphere MQ in 2002 to join the suite of WebSphere products. In April 2014, it was renamed IBM MQ. IBM MQ supports the exchange of information between […]
Create a simple CDS view and show data as an IDA reports (aka ALV on HANA)
This post is about simple tutorial how to create own CDS view and show data via ALV IDA report. What is CDS and how can they be useful? CDS stands for Core Data Services. This is a functionality that allows you to create views of data using the DDL (Data Definition Language) language . In […]