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...

    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...

    sheenamk by Developer Advocate
    • 94638 Views
    • 212 Comments
    • 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...

    Resolved! Accepted Solution

    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! Accepted Solution

    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
    • 8015 Views
    • 7 Comments
    • 0 Likes
    Resolved! Accepted Solution

    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! Accepted Solution

    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! Accepted Solution

    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...

    Resolved! Accepted Solution

    Transporting Request issue

    Hi all experts,I want to know when there are error in my transport, do i need to transport all my program again?e,g i have 5 program and 1 table. if one of my program get error during transporting, do i need to transport my other 4 programs and 1 tab...

    Labels in this area

    Explore this Area