Hi community,
Currently, I am developiong a REPORT Z in SAP ECC which it is neccesary use CRC8 algorithym.
A temporary solution has been to use an API in AWS with NodeJS because here I am able to use CRC library in it to call it. Final result is...
Hi,
I am facing the next situation and I would like to explain in 2 process. The first one is related to TCODE CO11N and the last one to REPORT Z using this BAPI.
a) When I execute the process using the TCODE CO11N, the result is a message error...
Hi team,
I am facing a problem when I try to use a SAP Function with SAP API Bussiness hub. I tested the code without the first line:
const request = require('request');
and aditionally with this JSON code in Dependencies section:
{
"depe...
I am having the next issue:
1) I have the next URL that works in Chrome: (today Aug. 1st is working)
https://junjitest.mineduc.cl/api-doc-parv/v1/docente/35605/rut/17878912?apikey=SpfBRV2HHyxAyaWcorai777RubbFGpYg
and the result you can see it i...
c5e08e0478aa4727abc4482f5be390b2 / sandra.rossiNext code has been compared with previous API using more than 2600 registers and the result was 100% efective. Thanks.
METHOD crc8_map
DEFINE add_values.
APPEND &1 TO gt_crc8map.N
END-OF-DEFIN...