HelloThere is a help i want in my report, this is the code for my report. Here i needed to create a custom button and on click of that custom button i want to execute certain line of code to update a Z database table. Here i've created a button in my...
I've got a question to ask.
I'm using ABAP Restful to integrate user API with SAP system. Everything is working good except an issue.
Here in LV_STRING02, I'm getting 2700+ data.
DATA(LV_STRING02) = LO_HTTP_CLIENT01->RESPONSE->GET_CDATA( ).
...
REPORT ZBOM_ACGL
NO STANDARD PAGE HEADING LINE-SIZE 255.
TYPES: BEGIN OF TY_FINAL,
PROD_ID TYPE MATNR,
LEVEL TYPE STPOX-STUFE,
SAP_BC TYPE STPOX-SORTF, "Sort String
BC_DESC TYPE CSKT-LTEXT,...
Getting no idea where i am going wrong, my IT_MSEG is fetching data, but when modifying IT_FINAL, the values are not getting transported. Need help, please point where i am going wrong.
Thanks.
REPORT ZROQ_STATUS_REPORT. TABLES: MARA , MARC , M...
Hello all, I'm trying to convert numeric value into word for which have used CALL FUNCTION 'SPELL_AMOUNT'. Here I'm trying to fetch value of NETPR and pass it to hdr9, but not getting any data like other fields. Kindly look into the program and pleas...
Thank you for the reply, now i surely do understand what you meant by test program. But like at the end you have mentioned it might be input data that i'm receiving from the web. But as in response the data i'm getting holds more than 2700+ data, but...
CLASS RESTFUL DEFINITION. PUBLIC SECTION. CLASS-METHODS: M_URL.ENDCLASS.CLASS RESTFUL IMPLEMENTATION. METHOD: M_URL. DATA: LO_HTTP_CLIENT TYPE REF TO IF_HTTP_CLIENT. DATA: L_STR_LENGTH TYPE I. DATA: MIME TYPE W3MIMETABTYPE. DATA: C...
Thanks for the reply. I've a material(MATNR) which has nine components, all different(IDNRK). As the BDC is getting executed, nine line items are getting created but the Ninth Item is getting created nine times. I hope I've elaborated well.