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

    Spool status - Problem

    Hi,We are faicng some batch program goes in probelm status.I have read in help.sap.com, the description of the problem status is " The spool request has been sent to a printer and has been processed by the SAP spool system."I can't understand the mea...

    Resolved! Accepted Solution

    Spool to pdf format

    Hi...In my code i used the function module CONVERT_OTFSPOOLJOB_2_PDF for converting spool to pdf format.....but iam getting runtime error . this is my codeCALL FUNCTION 'CONVERT_OTFSPOOLJOB_2_PDF'      EXPORTING        SRC_SPOOLID                    ...

    Resolved! Accepted Solution

    after run PFCG_ORGFIELD_CREATE, still can not modify the new org. level

    Dear All,I want to add the field "PERSA" (personal area in HCM) as a new organizational level for authorization design.I have run the report PFCG_ORGFIELD_CREATE to add this field. And no error appears.After that , the value for that field in the aut...

    Resolved! Accepted Solution

    Facing issue in downloading excel from ALV GRID

    Hi ABAP GURU,                         I have create ALV grid using class CL_SALV_TABLE.So here is my problem. Whenever I try to download ALV details to EXCEL, up to 60,000 rows its downloading correctly but after that one column of the excel sheet s...

    Resolved! Accepted Solution

    Comparison failed because of type

    Hi experts,LOOP AT tmdrm INTO wmdrm WHERE /bic/zsplit =         source_fields_rule-gl_account.           pf = wmdrm-/bic/zpcfrom.           pt = wmdrm-/bic/zfromto.           IF source_fields_rule-profit_ctr >= pf AND           source_fields_rule-pro...

    Timeout parameters

    We have a standanlone SAP Web Dispatcher in the DMZ where clients can call a service so this is a WAN issue for some external users.  We have been requested to increase two variables, "http/security_session_timeout" and "rdisp/plugin_auto_logout" to ...

    Resolved! Accepted Solution

    ENHANCEMENT-SECTION LMIGODS3 ES_SAPLMIGO

    Hi experts.I need to change a line in a enhacement section, it's possible to do this ?Specifically, include LMIGODS3,ENHANCEMENT-SECTION EHP6040_LMIGODS3_01 SPOTS ES_SAPLMIGO .     SUBMIT riobjk00 VIA SELECTION-SCREEN                     WITH matnr  ...

    SY-SUBRC is failing even though entry is exists in internal table

    Hi ,        I am trying to execute below code but it is failing Read statement even thought record is available in internal table. SELECT vbeln         FROM likp         INTO TABLE it_likp         WHERE vbeln IN s_vbeln AND erdat EQ g_erdat.  IF sy-s...

    Resolved! Accepted Solution

    Sending Mail With JPG Attachment

    Hi This Is soumik,I Have Created one program to send email (External) with jpg attachment from application server......my program is working fine but the jpg file is being corrupted ........i am sending two files on is the first which is in applicati...

    Resolved! Accepted Solution

    Adding Custom Tab in VC01N

    Dear Experts,I want to add a custom tab in VC01N , next to the tab Sales Summary as shown below. Please guide me how to do it. I have tried to use screen exits V43A3X1V43A5X1V43A6X1which i did not found useful. Do i need to take Access key for this?P...

    Is SORT in ABAP stable?

    For example, there are two fields(A and B) in an internal table T. And there are three lines(x, y and z) in T. Just like this:      A     B-----------------x     1     2y     2     3z     1     1Then I sort T by A. Will the result be this?      A    ...

    Labels in this area

    Explore this Area