Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Recent Activity

Task 4 - Implement Criticality feature and create an Object page

This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...

Criticality.png

Task 1 - Create CDS View Entity ( August Developer Challenge )

First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83562 VIEWS
  • 212 REPLIES
  • 39 Likes

Type of Parameter

Hi People,I am using one FM : - CALL FUNCTION 'SSFC_BASE64_DECODE' CALL FUNCTION 'SSFC_BASE64_DECODE'   EXPORTING     B64DATA                        = lv_data1  IMPORTING    BINDATA                        = lv_contentHere i am exporting base64 data w...

Decimal Places Issue

Hi,i am trying to multiplyValue =  EBAN-PREIS * TEMP_CURR * EBAN-MENGE.where TEMP_CURR is  TEMP_CURR TYPE UKURS_CURRand i am getting a value into it from  Z_READ_EXCHANGE_RATE.so what happens is:value = 14.32 * 60.12345 * 10.123how to declare Variabl...

badi on me21n

Hi, i have a requirement that, make the field (Purchase Requisition) as a mandatory field for specific document types in me21n.i struck in how to write the code to make purchase requisition as mandatory, if any one knows please reply me.Thanks & Rega...

ABAP + API BOX - upload Files

I could make a java class to handle upload a file(Box Platform Developer Documentatio), you can now use the API directly from ABAP, ie, generate a class in ABAP and place all the logic for treatment to upload file. It would have to use the ABAP class...

diego_a by Participant
  • 988 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! getting a run time error after executing the z report

Dear experts,i am getting a runtime error after running the z report.. give me the advice how to solve this error.??i am giving the run time analysis Category               ABAP Programming ErrorRuntime Errors         CALL_FUNCTION_NOT_FOUNDExcept.  ...

QM NOTIFICATION RAISE_EXCEPTION ERROR

I have implemented the badi NOTIF_EVENT_SAVE.The error is :RAISE_EXCEPTIONException condition "OTHERS" raised.Program                     SAPLIQS1Include                       LIQS1F10Row                           306Module type               (FORM)M...

Resolved! Bapi for service contract ME31K

Hi,Have a requirement of creating a service contract ( manually done using ME31K) through a web dynpro Program, Am currently using BAPI_CONTRACT_CREATE for this purpose.Now the problem is this BAPI does not has any parameters wherein I can pass the s...

sahai by Contributor
  • 7512 VIEWS
  • 7 REPLIES
  • 0 Likes

Resolved! How set parameter id when VA01 create order with reference number

I have tried to use parameter id AUN, but It doesn't work.How set parameter id  when VA01 create order with reference number ( contact number ) ?? DATA: LV_DOC_TYPR TYPE AUART VALUE 'OR',            LV_CONTRACT  TYPE VBELN VALUE '0040001561'.    SET...

Resolved! Problem when get current row selected by double click in control table

Hello guys, I have a problem I can get the curren row select by double click in my Control Table with code below: WHEN 'DBCLICK'.          clear: OK_CODE200.          data: ws_field type string,                ws_line type string.        GET CURSOR F...

Resolved! BDC-recording, only 8 entries captured, multiple selection of select option.

i am trying to create a bdc for module pool(module pool with selection screen)For some reasons i won't be able to upload data from file or convert module pool into executable report.While recording i am using multiple selection of select-options on s...

Labels in this area