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

    Convert OTF to Bitmap

    Hi AllHow to convert OTF data to Bitmap. Already searched in SCN and there is no thread with complete solution.Basically, i am using program sapmssco to convert barcode data to OTF but unable to download to .bmp or .jpg or any image extension.In the ...

    Resolved! Accepted Solution

    How to copy transparent table passed by parameter

    Hi,I've the following code :SELECTION-SCREEN: BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.  PARAMETERS: p_tabori(16) TYPE c.  PARAMETERS: p_tabdes(16) TYPE c.SELECTION-SCREEN: END OF BLOCK b1.DATA: it_table type table of p_tabori.START-OF-SELECTION.S...

    Error during proxy processing An exception with the type CX_SY_REF_IS_INITIAL occurred, but was neither handled locally, nor declared in a RAISING clause Dereferencing the NULL reference

    Hi team ,Facing the mentioned issue in SXMB_MONI. We have an Inbound scenario file to proxy.Throwing the deferencing the null pointer. Does anyone have an idea on the same.RegardsMithali Rathi  

    Query problem

    this is the main queryclear : itab[], tmpitab[]. *------------Get Open Items----- select bukrs lifnr *LGORT *LGOBE *DB *CR zuonr shkzg wrbtr blart into corresponding fields of table tmpitab  from bsik where bukrs eq p_bukrs and lifnr eq p_lifnr and b...

    Resolved! Accepted Solution

    BAPI/FM to generate/trigger GLM-EHS Label Print from Non-SAP system

    Hi ,My requirement  is I need to replicate the GLM Labels Generation Process in SAP from a 3rd party system where 3rd party can  input data and request a label from GLM in PDF format . Does anybody know if there is any BAPI or RFC that can be used to...

    Resolved! Accepted Solution

    Cross Client Task Locks

    Hi all,I'll preface this with the fact that I'm an abap developer and not too familiar with basis processes.My company is in the process of upgrading from NW 7.02 to 7.40.  When creating development tasks we create them in D20 client 10.  Previously ...

    Resolved! Accepted Solution

    Do you use Eclipse to define exception class texts?

    Hello,Do you define texts of exception classes in Eclipse or do you use SAPGUI?IMHO, the GUI editor (read: in this specific case) is more user friendly and more intuitive.One can use this dialog to define the text and the "constant" structure is gene...

    SuhaSaha by Product and Topic Expert
    • 4009 Views
    • 10 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Adding custom check table for a field USR02 in standard table PRPS?

    Hi guys,I need to add a custom check table on field USR02 in the standard table PRPS.I have a copy of the old system in which someone has implemented without Access Key, same needs to be replicated in my current client.Is there any way to achieve it ...

    Does objects in the custom transport (roles) will import to QA from Dev when its ended with return code 8 ?

    Hi All,Please help. I Have created on TR in Dev system to transport the roles to QA. Its ended with return code =8.When i checked the logs in SE09 the ERROR is "Profile T-XXXXXXX for role XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX was not imported into client XX...

    Resolved! Accepted Solution

    Fetch Description of Sales Org. From standard table for SAP CRM

    Hi all,I am trying to find name of standard SAP CRM table to fatch description of 1. sales organization2. sales office3. sales group4. distribution channel5. sales divisionTried methods .1. Searching from  search help.In search help, in selection met...

    Resolved! Accepted Solution

    Programming with Persistent Classes(SE24) or BOPF(Business Obj.Processing Framework)

    Hi,While searching for something else I came along BOPF (Business Object Processing Framework). As I know something about programming with Persistent Classes and it looked familiar but not quite the same. BOPF looks promising to me and want to try it...

    Resolved! Accepted Solution

    Converting Errors (type Time) in Excel Class ( cl_fdt_xl_spreadsheet )

    Hey everybody, i'm using the  cl_fdt_xl_spreadsheet class (SAP 7.3) to upload an excel sheet (xstring) to an internal table :   DATA  lr_excel  TYPE REF TO cl_fdt_xl_spreadsheet.  DATA  lr_data   TYPE REF TO data.   CREATE OBJECT lr_excel       EXPO...

    Labels in this area

    Explore this Area