Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
30 views
4 pages
API Quick Documentation v3
Uploaded by
Abdurrohman Ahmad Rofiq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF, TXT or read online on Scribd
Download
Save
Save API Quick Documentation v3 For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
0 ratings
0% found this document useful (0 votes)
30 views
4 pages
API Quick Documentation v3
Uploaded by
Abdurrohman Ahmad Rofiq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF, TXT or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save API Quick Documentation v3 For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
Download
Save API Quick Documentation v3 For Later
You are on page 1
/ 4
Search
Fullscreen
API Quick Documentation
A. Get SAP Data
1. Get Data all Purchase Order with GR
Link http://fiori.pasarjaya.co.id:8081/sap/bc/zspmu?sap-client=500
Action GET
Headers sap_data → po
Authorization Basic Auth , using username password SAP
Params sap-client → 500 ( DEV )
Payload {
"vendor" : "",
Sample "purchaseorders" : [
{
"purchaseorder" : "4110004015"
}
]
}
Payload Field Data Type Length Decimal
vendor Char 10
Structure purchaseorder Char 10
Return [
{
Payload "mandt": "500",
Format "purchaseorder": "4110004015",
"item": 10,
"extrow": 0,
"doctype": "ZSTK",
"docdescription": "PO Stock",
"vendor": "L100010",
"vendorname": "LULU ATUL AVIFAH ST (MACHILI)",
"purchasinggroup": "M76",
"purchasingdesc": "Ops Retail 1",
"material": "110006161",
"materialdesc": "MACHILI KERUPUK IKAN SALMON ORI",
"plant": "1004",
"plantdesc": "JAKMART PS. PRAMUKA",
"poqty": 2.000,
"totalqty": 2.000,
"availqty": 2.000,
"uom": "PC",
"currency": "IDR",
"netprice": 21900.00,
"netvalue": 43800.00
},
{
"mandt": "500",
"purchaseorder": "4110004015",
"item": 20,
"extrow": 0,
"doctype": "ZSTK",
"docdescription": "PO Stock",
"vendor": "L100010",
"vendorname": "LULU ATUL AVIFAH ST (MACHILI)",
"purchasinggroup": "M76",
"purchasingdesc": "Ops Retail 1",
"material": "110006163",
"materialdesc": "MACHILI KERUPUK IKAN SALMON SPICY",
"plant": "1004",
"plantdesc": "JAKMART PS. PRAMUKA",
"poqty": 1.000,
"totalqty": 1.000,
"availqty": 1.000,
"uom": "PC",
"currency": "IDR",
"netprice": 23400.00,
"netvalue": 23400.00
}
]
Return Field Data Type Length Decimal
mandt Char 10
Payload Purchaseorder Char 10
Structure Item Numc 5
Doctype Char 4
Docdescription Char 20
Vendor Char 10
Vendorname Char 35
Purchasinggroup Char 3
Purchasingdesc Char 18
Material Char 40
Materialdesc Char 40
Plant Char 4
Plantdesc Char 30
Poqty Quan 13 3
Totalgrqty Quan 13 3
Availqty Quan 13 3
Uom Unit 3
Netprice Curr 11 2
Netvalue Curr 11 2
Currency Cuky 5
2. Get Data from Z Table PO
Link http://fiori.pasarjaya.co.id:8081/sap/bc/zspmu?sap-client=500
Action GET
Headers sap_data → spmu
Authorization Basic Auth , using username password SAP
Params sap-client → 500 ( DEV )
{
Payload "requestno" : "9000001",
Sample "vendor" : "",
"purchaseorders" : [
{
"purchaseorder" : ""
}
],
"invoices" : [
{
"invoice" : ""
}
]
}
Payload Field Data Type Length Decimal
Requestno Char 10
Structure vendor Char 10
purchaseorder Char 10
Invoice Char 10
[
Return {
Payload "requestno": 9000001,
"purchaseorder": "4150004616",
Format ( PO ) "reference": "",
"item": 10,
"vendor": "G100015",
"vendorname": "GLOBAL MEDIK PERSADA, PT",
"material": "110004111",
"materialdesc": "FACE SHIELD",
"qty": 10.000,
"uom": "PC",
"status": "X",
"invoice": "",
"invoiceyear": 0,
"invstat": "",
"createddate": "0000-00-00",
"createdat": "00:00:00",
"createdby": "",
"changeddate": "2024-09-18",
"changedat": "14:02:58",
"changedby": "100000-IT1"
}
]
Return [
{
Payload "requestno": 9000015,
"purchaseorder": "",
Format ( "reference": "INV001",
"item": 10,
Without PO ) "vendor": "R100018",
"vendorname": "RAMASURYA PERKASA DISTRINDO, PT",
"material": "110005914",
"materialdesc": "TEST DESCCCC",
"qty": 7.000,
"uom": "CAR",
"status": "X",
"invoice": "",
"invoiceyear": 0,
"invstat": "",
"createddate": "2024-11-04",
"createdat": "10:09:33",
"createdby": "100000-IT1",
"changeddate": "2024-11-04",
"changedat": "10:16:04",
"changedby": "100000-IT1"
}
]
Return Field Data Type Length Decimal
mandt Char 10
Payload Requestno Char 10
Structure Purchaseorder Char 10
Reference Char 16
Item Numc 5
Vendor Char 10
Vendorname Char 35
Material Char 40
Materialdesc Char 40
Qty Quan 13 3
Uom Unit 3
Status Char 1
Invoice Char 10
Invoiceyear Char 4
Invstat Char 1
Createddate Char 10
Createdat Char 10
Createdby Char 12
Changeddate Char 10
Changedat Char 10
Changedby Char 12
B. Post SAP Data
1. Post Data to Z Table ( PO )
Link http://fiori.pasarjaya.co.id:8081/sap/bc/zspmu?sap-client=500
Action POST
Headers sap_data → po
Authorization Basic Auth , using username password SAP
Params sap-client → 500 ( DEV )
Payload {
"data" : [
Sample {
"requestno" : "9000004",
"purchaseorder" : "4110004015",
"reference" : "TB4015",
"vendor" : "L100010",
"vendorname" : "LULU ATUL AVIFAH ST (MACHILI)",
"item" : "10",
"material" : "110006161",
"qty" : "1",
"uom" : "PC",
"status" : "O"
}
]
}
Payload Field Data Type Length Decimal
Requestno Char 10
Structure purchaseorder Char 10
Reference Char 16
Vendor Char 10
Vendorname Char 35
Item Numc 5
Material Char 40
Qty Quan 13 3
Uom Char 3
Status Char 1
Return [
{
Payload "requestno": 9000004,
Format "purchaseorder": "4110004015",
"type": "S",
"message": "Request Number 9000004 save success"
}
]
Return Field Data Type Length Decimal
requestno Char 10
Payload purchaseorder Char 10
Structure Type Char 1
Message Char 220
2. Post Data to Z Table ( Without PO )
Link http://fiori.pasarjaya.co.id:8081/sap/bc/zspmu?sap-client=500
Action POST
Headers sap_data → IN
Authorization Basic Auth , using username password SAP
Params sap-client → 500 ( DEV )
Payload {
"data" : [
Sample {
"requestno" : "9000015",
"reference" : "INV001",
"vendor" : "R100018",
"vendorname" : "RAMASURYA PERKASA DISTRINDO, PT",
"item" : "10",
"material" : "110005914",
"materialdesc" : "TEST DESCCCC",
"qty" : "7",
"uom" : "CAR",
"status" : "Y"
}
]
}
Payload Field Data Type Length Decimal
Requestno Char 10
Structure Reference Char 16
Vendor Char 10
Vendorname Char 35
Item Numc 5
Material Char 40
MaterialDesc Char 40
Qty Quan 13 3
Uom Char 3
Status Char 1
Return [
{
Payload "requestno": 9000015,
Format "reference": "INV001",
"type": "S",
"message": "Request Number 9000015 save success"
}
]
Return Field Data Type Length Decimal
requestno Char 10
Payload reference Char 16
Structure Type Char 1
Message Char 220
You might also like
Comptia Security+ Examtopics All Questions
PDF
100% (1)
Comptia Security+ Examtopics All Questions
256 pages
How To Goods Movements With BAPI
PDF
No ratings yet
How To Goods Movements With BAPI
17 pages
How To Create Goods Receipt in SAP
PDF
No ratings yet
How To Create Goods Receipt in SAP
8 pages
Sardar Bahadur Khan Women's University: Roll Number 304113 Name Mardan Khan W/S/D of Yar Muhammad Cnic No 5650316590301
PDF
No ratings yet
Sardar Bahadur Khan Women's University: Roll Number 304113 Name Mardan Khan W/S/D of Yar Muhammad Cnic No 5650316590301
1 page
DevOps. How To Build Pipelines With Bitbucket Pipelines + Docker Container + AWS ECS + JDK 11 + Maven 3?
From Everand
DevOps. How To Build Pipelines With Bitbucket Pipelines + Docker Container + AWS ECS + JDK 11 + Maven 3?
John Edward Cooper Berg
No ratings yet
Sap Bw-4hana Overview
PDF
100% (1)
Sap Bw-4hana Overview
111 pages
Frs For Add Vendors
PDF
No ratings yet
Frs For Add Vendors
16 pages
Bapi For Po
PDF
100% (1)
Bapi For Po
8 pages
Placing Test Orders
PDF
No ratings yet
Placing Test Orders
11 pages
Fishbowl Amptechfl Com - 2456 Apidocs Purchase Orders...
PDF
No ratings yet
Fishbowl Amptechfl Com - 2456 Apidocs Purchase Orders...
18 pages
Barnet Network E-Commerce API
PDF
No ratings yet
Barnet Network E-Commerce API
23 pages
API Documentation - Rapidshyp - Lilkanth Ent
PDF
No ratings yet
API Documentation - Rapidshyp - Lilkanth Ent
21 pages
Subscription
PDF
No ratings yet
Subscription
46 pages
Rest Based Api
PDF
No ratings yet
Rest Based Api
17 pages
Oracle Response
PDF
No ratings yet
Oracle Response
85 pages
Userguide For RestAPI
PDF
No ratings yet
Userguide For RestAPI
65 pages
PR To MIRO
PDF
No ratings yet
PR To MIRO
26 pages
Test Case Bapi Requisition Create
PDF
No ratings yet
Test Case Bapi Requisition Create
7 pages
Test Case Autogrn Zauto GRN
PDF
No ratings yet
Test Case Autogrn Zauto GRN
7 pages
CW UAT Order-Order Product API Document
PDF
No ratings yet
CW UAT Order-Order Product API Document
8 pages
API Management
PDF
No ratings yet
API Management
13 pages
Creating Purchasing Info Record in @SAP CLOUD: Procedure
PDF
No ratings yet
Creating Purchasing Info Record in @SAP CLOUD: Procedure
21 pages
Technical Brief On Supplier and Bank Account API in R12
PDF
100% (1)
Technical Brief On Supplier and Bank Account API in R12
24 pages
Sap MM Purchase Order
PDF
No ratings yet
Sap MM Purchase Order
5 pages
Erp Tables Po - Ap - Inv
PDF
100% (1)
Erp Tables Po - Ap - Inv
121 pages
PO Creation Using BAPI
PDF
No ratings yet
PO Creation Using BAPI
3 pages
How To Use BAPI
PDF
100% (2)
How To Use BAPI
71 pages
API Testing
PDF
100% (1)
API Testing
34 pages
How To Create A Purchase Order
PDF
No ratings yet
How To Create A Purchase Order
5 pages
Sap User Manual
PDF
No ratings yet
Sap User Manual
78 pages
DMS API Document Ver 1.0
PDF
No ratings yet
DMS API Document Ver 1.0
4 pages
Case Study MM
PDF
No ratings yet
Case Study MM
15 pages
Paydex Store API Docs: Authentication
PDF
No ratings yet
Paydex Store API Docs: Authentication
6 pages
Base Tables in Oracle Apps PO Module
PDF
No ratings yet
Base Tables in Oracle Apps PO Module
4 pages
Oracle Procure To Pay Flow
PDF
No ratings yet
Oracle Procure To Pay Flow
24 pages
Receiving Transaction
PDF
No ratings yet
Receiving Transaction
12 pages
Supplier Data API With Pagination PDF
PDF
No ratings yet
Supplier Data API With Pagination PDF
32 pages
Oracle Applications - Oracle R12 Supplier Headers, Sites and Contacts Single Insertion Scripts
PDF
No ratings yet
Oracle Applications - Oracle R12 Supplier Headers, Sites and Contacts Single Insertion Scripts
8 pages
Freight Mark Web API Technical Documentation v2.51 18dec18
PDF
No ratings yet
Freight Mark Web API Technical Documentation v2.51 18dec18
11 pages
Procure To Pay Complete Cycle
PDF
No ratings yet
Procure To Pay Complete Cycle
27 pages
IPOS ERPAPIDocumentation 091121 0609 36028
PDF
No ratings yet
IPOS ERPAPIDocumentation 091121 0609 36028
55 pages
Garment Shop Management System
PDF
No ratings yet
Garment Shop Management System
20 pages
AP Fusion Setup
PDF
No ratings yet
AP Fusion Setup
2 pages
Ariba - API To Update Questionaire in SLP
PDF
No ratings yet
Ariba - API To Update Questionaire in SLP
11 pages
Intercompany STO
PDF
No ratings yet
Intercompany STO
30 pages
Fund Transfer 27112021
PDF
No ratings yet
Fund Transfer 27112021
18 pages
Ekart B2C API Document - NonLarge - New - V1
PDF
No ratings yet
Ekart B2C API Document - NonLarge - New - V1
56 pages
User Guide
PDF
No ratings yet
User Guide
33 pages
SAP Customer Checkout Manager API Guide
PDF
No ratings yet
SAP Customer Checkout Manager API Guide
44 pages
Intercompany Purchasing
PDF
100% (3)
Intercompany Purchasing
23 pages
Listing 1 Structure of Bpel Process.: Purchase Process WSDL Porttype
PDF
No ratings yet
Listing 1 Structure of Bpel Process.: Purchase Process WSDL Porttype
5 pages
Back End Tables
PDF
No ratings yet
Back End Tables
4 pages
P2P Technical, Functional and GL Flow
PDF
100% (2)
P2P Technical, Functional and GL Flow
111 pages
Procure To Pay
PDF
No ratings yet
Procure To Pay
56 pages
Last Env Chnage File
PDF
No ratings yet
Last Env Chnage File
14 pages
RAP App For PO 1734950482
PDF
No ratings yet
RAP App For PO 1734950482
46 pages
AP Suppliers
PDF
No ratings yet
AP Suppliers
4 pages
Sto
PDF
No ratings yet
Sto
15 pages
AP Supplier Int Comparision
PDF
No ratings yet
AP Supplier Int Comparision
23 pages
Oldenglen
From Everand
Oldenglen
Robin Mason
No ratings yet
NgRx SignalStore: An effortless solution for state management
From Everand
NgRx SignalStore: An effortless solution for state management
Abdelfattah Ragab
No ratings yet
Altcoins and ICOs: Altcoins and ICOs Unveiled: Understanding and Profiting from Alternative Cryptocurrencies
From Everand
Altcoins and ICOs: Altcoins and ICOs Unveiled: Understanding and Profiting from Alternative Cryptocurrencies
Nathan Chambers
No ratings yet
F5 and the Traffic Tamer: Load Balancing Legends and Application Sorcery
From Everand
F5 and the Traffic Tamer: Load Balancing Legends and Application Sorcery
Scott Markham
No ratings yet
Form Registrasi Material: Pt. Meka Group
PDF
No ratings yet
Form Registrasi Material: Pt. Meka Group
15 pages
Register Inforecord Denso
PDF
No ratings yet
Register Inforecord Denso
18 pages
Price Bridgestone Februari
PDF
No ratings yet
Price Bridgestone Februari
13 pages
Register Material Denso
PDF
No ratings yet
Register Material Denso
138 pages
Course Outline Uci 403
PDF
No ratings yet
Course Outline Uci 403
3 pages
JVT H
PDF
No ratings yet
JVT H
1 page
الموردين والشركات
PDF
No ratings yet
الموردين والشركات
6 pages
SimonsVoss Product Catalogue en Web
PDF
No ratings yet
SimonsVoss Product Catalogue en Web
180 pages
PSO 0905 Operation of The Police National Computer
PDF
No ratings yet
PSO 0905 Operation of The Police National Computer
26 pages
Introduction To Database Security: Chapter Objectives
PDF
No ratings yet
Introduction To Database Security: Chapter Objectives
32 pages
Security Policy Document
PDF
No ratings yet
Security Policy Document
5 pages
Auditing The Development of Web-Based Applications: Jian Zhen
PDF
No ratings yet
Auditing The Development of Web-Based Applications: Jian Zhen
44 pages
Ricoh Pro c7100 User Guide PRO C7100
PDF
No ratings yet
Ricoh Pro c7100 User Guide PRO C7100
140 pages
UNV OER-SR12, OER-SR22, OER-SR42 Access Controller-EN - 980713 - 168459 - 0
PDF
No ratings yet
UNV OER-SR12, OER-SR22, OER-SR42 Access Controller-EN - 980713 - 168459 - 0
2 pages
AWS Cheat Sheet - AWS Identity and Access Management (IAM) - Tutorials Dojo
PDF
No ratings yet
AWS Cheat Sheet - AWS Identity and Access Management (IAM) - Tutorials Dojo
14 pages
RBH Integra32 Software Manual
PDF
No ratings yet
RBH Integra32 Software Manual
161 pages
Gmail - Booking Confirmation - Treebo Trend Red Petal - 8023-2183-5340
PDF
No ratings yet
Gmail - Booking Confirmation - Treebo Trend Red Petal - 8023-2183-5340
2 pages
Aadhaar
PDF
No ratings yet
Aadhaar
1 page
Иргэний үнэмлэх
PDF
No ratings yet
Иргэний үнэмлэх
1 page
DFD Level1
PDF
No ratings yet
DFD Level1
1 page
Contas Insta
PDF
No ratings yet
Contas Insta
5 pages
Consent Form APAAR ID
PDF
No ratings yet
Consent Form APAAR ID
2 pages
Smart Simple Secure: SIMPLE and SECURE Access Control System. From 1 Point of
PDF
No ratings yet
Smart Simple Secure: SIMPLE and SECURE Access Control System. From 1 Point of
4 pages
Washington DC Platform Security 4-20-2024
PDF
No ratings yet
Washington DC Platform Security 4-20-2024
62 pages
Bdo Transfer List
PDF
No ratings yet
Bdo Transfer List
12 pages
Ethiopian Digital ID Card
PDF
No ratings yet
Ethiopian Digital ID Card
1 page
Wireless Network Security - Padma
PDF
No ratings yet
Wireless Network Security - Padma
49 pages
JGHGHJGJHGJGJG
PDF
No ratings yet
JGHGHJGJHGJGJG
5 pages
Control Acceso Dahua - ASI2212H-W
PDF
No ratings yet
Control Acceso Dahua - ASI2212H-W
3 pages
Deskgrc Manual
PDF
No ratings yet
Deskgrc Manual
56 pages
Fiche Technique Cst-Id2e
PDF
No ratings yet
Fiche Technique Cst-Id2e
17 pages
Dhemaji: Dhemaji District (Assam E-District Project)
PDF
No ratings yet
Dhemaji: Dhemaji District (Assam E-District Project)
1 page