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

    Where do i use RESUMABLE EXCEPTION?

    Hello SDNers,I have the following construct in my code:   TRY .      val1    = persist_class->get_value( key1 ).       val2    = persist_class->get_value( key2 ). " --> exception is raised here       val3    = persist_class->get_value( key3 ).     CA...

    SuhaSaha by Product and Topic Expert
    • 2677 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Need Small suggestions For saving data to pdf file.

    HI,I need some suggestions from your side,Actually my requirement is i would like to Generate data from Smart form to Pdf (Local file).Some threads are available, I never used smart form to local file. Finally i searched and i got one post.Then i imm...

    email with ALV

    Hello,I want to send an email with ALV-output. For other lists I use function builder SO_NEW_DOCUMENT_ATT_SEND_API1 and this works fine. But it doies not work for ALV.Can someone recommend another function builder oder which parameter I shoul use ?Th...

    Resolved! Accepted Solution

    Password reset of SAP ID using PSS in AC 10.1 although login is through LDAP ID and pwd ?

    Dear Team,I am using Password Self Service ( PSS ) functionality in AC 10.1 .SAP ID of every user will be mapped onto a concerned Field in LDAP. And respective group field mapping will be maintained in SPRO of GRC system.Users will be authenticated u...

    Resolved! Accepted Solution

    Dynamically Structure

    HI ABAP'ERS,I possible to create dynamically structure with random number, when in Selection-screen give size of this structure. For example in SS give 20 to program create a structure with 20 rows and 20 column in char type? I search but i don't see...

    Resolved! Accepted Solution

    Enhancement to change Cost Center in FB03 (via MRKO Tcode)

    Dear All,I need a help.I use Tcode- MRKO for Consignment and pipeline settlement of MATERIAL DOCUMENT which generates a Report with a DOCUMENT NUMBER,After clicking the DOCUMENT NUMBER, it redirects me to FB03 Screen which updates the "Cost Center" c...

    lo_functions = gr_table->get_functions( ) doesn't return all the functions of my pf-status.

    Following is my code :I am using the below logic to disable a button 'EMAIL' from the alv output.But  the statement lo_functions =   gr_table->get_functions( ) doesn't return me all the PF status functions.Hence i am not able to get 'EMAIL' function ...

    Short Dump: message_type_X in program SAPLMBWL

    Hiuser is getting short dump as:Category               ABAP Programming ErrorRuntime Errors         MESSAGE_TYPE_XABAP Program           SAPLMBWLApplication Component  MM-IMDate and Time          27.08.2015 15:10:50What happened?    The current appli...

    Resolved! Accepted Solution

    CONVERT_TO_LOCAL_CURRENCY wrong values

    Hi Friends,When I am using the FM : 'CONVERT_TO_LOCAL_CURRENCY' in one of the program as belowex : gf_output_k-kbetr   = 12.54gf_output_k-konwa  = USD            g_waers                   = TWDit is giving the output Local amount (gf_output_k-l_pir ...

    Resolved! Accepted Solution

    Funcion hana

    CREATE FUNCTION SyS_FU_RedondearPrecioNeto( nPrecioNeto DECIMAL(19,6), vAlmacen VARCHAR(3) ,cRedondeo char(3)) --returns Precio decimal(16,6) LANGUAGE SQLSCRIPT SQL SECURITY INVOKER ASRETURNS TABLE (Precio DECIMAL (19,6)) LANGUAGE SQLSCRIPT ASBEGIN D...

    Resolved! Accepted Solution

    Using WATCHPOINT to determine when MEMORY ID value is being reset

    Greetings:I am debugging a custom transaction which uses the syntax EXPORT... MEMORY ID to pass the value of a Selection-Screen PARAMETER to standard SAP customer exit EXIT_SAPLFMDT_001 and its include program ZFMMDTU01.  This is used for Manual Cost...

    Resolved! Accepted Solution

    Generating UUID in ABAP

    Hi,my requirement is generating an UUID version 4 (random).A universally unique identifier (UUID) is an identifier standard used in software construction, standardized by the Open Software Foundation (OSF) as part of the Distributed Computing Environ...

    Resolved! Accepted Solution

    unable to move transport request from Client to another client

    Dears,i  have  changed the UOM description  in client 210 and to do that  I followed the steps in  this URL starting from using t code SLXThttp://help.sap.com/saphelp_erp60_sp/helpdata/en/d4/73c33e3a443907e10000000a114084/frameset.htmHowever when I c...

    Resolved! Accepted Solution

    BAPI_BILLINGDOC_CREATEMULTIPLE SAPsql_array_insert_duprec for FPLT

    Hi experts,When calling inside a LOOP multiple times BAPI_billingdoc_createmultiple using the input table ccarddatain I get the error:SAPSQL_ARRAY_INSERT_DUPRECBecause the system finds an already existing record in table FPLT when creating the second...

    Resolved! Accepted Solution

    How to update Z fields of DB Table using Standard BAPI

    Hi All,I have developed a report which posts data to coep table using BAPI "BAPI_ACC_PRIMARY_COSTS_POST". The program is running fine. But yesterday i was told to add 2 new "Z" fields in COEP DB table for storing some dates. Now How can I update thes...

    Labels in this area

    Explore this Area