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

    performance about vbfa

    DATA: LT_VBFA TYPE STANDARD TABLE OF VBFA WITH HEADER LINE.LT_VBFA-VBELN = '0086152431'.LT_VBFA-POSNN = 10.APPEND LT_VBFA.LT_VBFA-POSNN = 20.APPEND LT_VBFA.LT_VBFA-POSNN = 30.APPEND LT_VBFA.LT_VBFA-POSNN = 40.APPEND LT_VBFA.LT_VBFA-POSNN = 50.APPEND ...

    Resolved! Accepted Solution

    Transport Strategy

    Hello Experts,I would like to know the advantages and inconvenients of the two kind of transport strategy on SAP : 1/ Transport on production system once a week. It means Regular transport. 2/ Transport on production system by lot with a lot of TOs, ...

    Resolved! Accepted Solution

    User Exit for VA21/VA22

    Hi Experts,Could you please suggest a user exit which triggers at the time of line item entry in Quotation (VA21 or VA22) to check if the material entered is a repetition or not? I had the same requirement for SO (VA01/VA02) and i could achieve it us...

    Resolved! Accepted Solution

    Kind of performance issue while adding fields in Master tables for ex MARA

    Hi Experts,I know this is strange question but even i will have to answer.MARA table in our system is having 279 fields already (around 121 have been added using Append structure). Now user wants to add more 16 fields (Out of 16 ,6 will have char 22,...

    Resolved! Accepted Solution

    Spool number not generating

    Hi All,I have a requirement that i need to get the Sales Order PDF and save it in a shared folder Automatically.For that I created a call transaction for  VA03 ---> SO No. --> Issue to output --> Print.in foreground it is working perfect.But, when i ...

    Passing system language as a parameter for calling the report which does not have the language as select option.

    Hi Gurus,I have a report which gives the output based on the use log in language. If the user log in language is English the output will be in English and if it is Thai, the output will be Thai.Now my requirement is to call that report from another r...

    Resolved! Accepted Solution

    Calling HANA procedures and Views in oracle DB as secondary DB

    Hi ExpertsI have a doubtwe know using secondary database connection we can access HANA DBMy primary database is Oracle and Secondary DB is HANAWhile creating secondary database connection we need to define default schema.As we know we can access only...

    Resolved! Accepted Solution

    Customer exit for validation of PO fields in ME21N / ME22N - After pressing enter & save button

    Hi,I am looking to validate the standard fields(EKKO-IHREZ, Your reference under communication) of Purchase order . So for this I used the customer exit EXIT_SAPMM06E_012 under the enhancement MM06E005 . I am able to validate but it is triggering onl...

    getting exception in applying OLE functionality for creating PDF and applying digital signature

    HI Experts, kindly help on this issue. i am applying digital signature to pdf files. if i login to my system and run the report it is working and applying digital signature to pdf files properly for any sap user id, but functional system (laptop) it ...

    Resolved! Accepted Solution

    In ALV OOPS, Functionality of application toolbar doesn't work on second click

    Hello All,I had the requirement of changing the Standard ALV to OOPS ALV in Z program.I have changed the ALV to OOPS ALV.Here i have not used the standard toolbar of alv oops and added custom toolbar that is SET-PFSTATUS 'STANDARD'But now i am facing...

    Resolved! Accepted Solution

    Issue with fault messages in inbound sproxy interface

    Dear Experts,I am creating an inbound interface and the ABAP code is written for this in the Provider class of the service interface in the SPROXY ESR.in the provider class importing param we have the legacy source structure and an exception.once i a...

    Resolved! Accepted Solution

    Update data in su01d

    Hi Experts.I have a requirement, where i need to create a new user account (SU01 / D). For this I am able to generate a T# no, which is the loggin ID, (through a custom FM used to create LDAP account, working fine in production). But when i see the d...

    Enhancing PA30

    Hi All,I want to enhance PA30, with infotype 185.While choosing Subtype for above mentioned Infotype & clicking on create button, different screens open for different subtypes.I want to know, in which program these screens are available.And also how ...

    Resolved! Accepted Solution

    Tuning performance.

    Hi Gurus.I need improve the program performance of INTERFACE coulg you suggest me( or bapi or other way the tuning the performance)?Suggestions are welcome.DATA: v_resposta(3) TYPE c,         v_tabix       TYPE sy-tabix.   CLEAR:t_vbak1[],         t_...

    Labels in this area

    Explore this Area