Search

Coding Blues

Tag

SAP HANA

Introduction SAP S/4Hana Cloud | SAP Cloud

SAP S/4HANA Cloud is the natural progression of a successful product on premise. With highly connected world with tremendous system performance, this change was inevitable. What makes it even more impressive is the rate of this progression.  With competition and... Continue Reading →

Create Incoming Invoice Programmatically | Coding Clues

Case: Inbound file or idoc is expected to create a Invoice in the System. Identify the required flow. Solution:Read the Input DataPrepare data - header and item for the FM BAPI_INCOMINGINVOICE_CREATE1Call FM BAPI_INCOMINGINVOICE_CREATE1 by passing valuesCheck for return table with... Continue Reading →

Create SO Programmatically | Coding Clues

Case: Inbound file or idoc is expected to create a Sales Order in the System. Identify the required flow. Solution:Read the Input DataPrepare data - header and item for the FM BAPI_SALESORDER_CREATEFROMDAT2Call FM BAPI_SALESORDER_CREATEFROMDAT2 by passing valuesCheck for return table... Continue Reading →

Create PO Programmatically | Coding Clues

Case: Inbound file or idoc is expected to create a Purchase Order in the System. Identify the required flow. Solution:Read the Input DataPrepare data - header and item for the FM BAPI_PO_CREATE1Call FM BAPI_PO_CREATE1 by passing valuesCheck for return table... Continue Reading →

What Time Is It? Timezone Challenge

Challenge - In projects where multiple timezones are involved in assessing Date/Timestamp, one of the challenge is posed when a local timezone information is requested on an invoice form or any document like that. Solution: SAP provides two standard FMs.... Continue Reading →

Scanning for BAdIs

When an existing SAP Standard functionality needs to be enhanced with custom business functionality, BAdIs come to rescue. Needless to say, BAdIs employs Object Oriented technique. SE18 is used to create a BAdI definition, while SE19 is used to implement... Continue Reading →

Understanding Different Views In HANA

For data modeling in HANA, there are three types of views defined – Attribute View, Analytic View, and Calculation View. Each of these views processes the data catering to specific needs for optimal performance and workability. Attribute View: It deals... Continue Reading →

Cursors In Hana

Cursors are set of rows of data fetched from the database with a pointer at the current row which is defined by the iteration as the code parses through the data one row at a time. When a cursor is... Continue Reading →

CRUD Operations – Understanding Concept

CRUD is an acronym for Create, Read, Update and Delete operations are four basic functions in databases. In OData, it follows the same definition. Let's elaborate: Create: Any operation that sends data/instruction from UI Front End to SAP Backend to... Continue Reading →

Website Powered by WordPress.com.

Up ↑