Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olegbash599/zc8a009
Stock on posting date
https://github.com/olegbash599/zc8a009
Last synced: 13 days ago
JSON representation
Stock on posting date
- Host: GitHub
- URL: https://github.com/olegbash599/zc8a009
- Owner: OlegBash599
- License: mpl-2.0
- Created: 2023-10-01T18:03:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T11:11:41.000Z (about 1 year ago)
- Last Synced: 2024-11-12T21:42:59.874Z (2 months ago)
- Language: ABAP
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stock on posting date
Stock on posting date (package: ZC8A009)Approaches how to read stock on posting date in SAP ERP:
1) via copy report. in [not-modern version](https://github.com/OlegBash599/ZC8A009/blob/main/src/zcl_c8a009_mb5b.clas.abap)
2) forever-stable version via SUBMIT...LIST TO MEMORY (with further calling function LIST_FROM_MEMORY ) (https://github.com/OlegBash599/ZC8A009/blob/main/src/zcl_c8a009_mb5b_via_spool.clas.abap)
3) via standard parameter for export to memory. in [modern version](https://github.com/OlegBash599/ZC8A009/blob/main/src/zcl_c8a009_mb5b_v2std.clas.abap)
4) via CDS-view in [HANA-version via CDS](https://github.com/OlegBash599/ZC8A009/blob/main/src/zcl_c8a009_stock_on_date_cds.clas.abap)
5) with help of Enhancement SPOT (https://sappro.sapland.ru/kb/articles/stats/rasshireniya-sistemi-enhancement-framework-chasti-2.html)Blog is available [here](https://blogs.sap.com/2023/12/28/how-to-get-stock-on-posting-date-manually-and-programmatically/)