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
    • 97048 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    PR created(ME51N / ME52N) and approved in one plant with WBS element of another plant.

    Hello everyone,While creating PR I am able to select WBS element of other plant also. I want to put a check such that whenever WBS element of different plant get selected an error message is shown. I am unable to find user exit to implement the same....

    Resolved! Accepted Solution

    Multiplication table in macro

    Hai friendsWhen i was activate this , its shows a error , anyone can give answer to this..plzREPORT  ZFUN_MULTI_TAB_REPORT.PARAMETERS: mul TYPE i,            len TYPE i,            op TYPE i,            gv_res TYPE i.DEFINE mul_tab .  do len TIMES.  ...

    STRLEN() related

    Dear Experts,It is related to a BDC program using Call Transaction for uploading data, using Excel template a cell of which is for Longtext containing about 1000 chars.Problem:The STRLEN function used in the split text area of the code is not returni...

    Resolved! Accepted Solution

    how to display domain name insteed of domain value..............

    Hi,i want to display domain name off and on insteed of 0 and 1 but only one time off and only one time on  among 6 data.........here is my code if wa_tab-zprs_offshore = '0'.   wa_tab-zprs_text = 'Offshore'. ELSE.   wa_tab-zprs_text = 'Onsite'. ENDIF...

    Resolved! Accepted Solution

    BAPI_MATERIAL_SAVEDATA says success adding storage locations but wierd results in mmsc.

    Here is the scenario:I have several pieces of material that already exist in plant 1000. For any one of these materials if you go into MMSC, and then put in the material number and then put in the plant (1000) it will show the material in storage loc...

    Resolved! Accepted Solution

    How to share a variable across ABAP blocks in the eCATT

    Hello,I have following eCATT script: ABAP. DATA:       lt_tab1 TYPE STANDARD TABLE OF tab512. CALL METHOD class1=>method1   EXPORTING     i_infoprov    = V_OBJ_NAME   IMPORTING     e_t_data      = lt_tab1. ENDABAP. SAPGUI ( SAPGUI_1 ). ABAP. DATA l...

    Resolved! Accepted Solution

    Smartform and OCR-B

    Hello All! We need some help on smartform printing... We have to print cheques with some OCR-B numbers at the bottom, but only the replacement font (Courier) comes out.We tried it out on a sapscript form, and the printer is set up well (..the fonts c...

    Labels in this area

    Explore this Area