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

    How to default OI Routing Instructions Text in me21n , even before saving the PO

    Hi ,When creating a PO through me21n , in the texts tab ..OI Routing instructions  needs to have a default text even before the PO issaved. Is this thing possible . I found one exit EXIT_SAPMM06E_022where I tried changing , but where can I pass the t...

    Resolved! Accepted Solution

    Template size error in smart forms

    Hi experts,                  i have created a smartform with template for a window, and maintained  small in size(heigh and width) for template compared to window size....the smartform is working fine in the Development server...                once ...

    [PERSISTENCE CLASS] SELECT OPTION in WHERE statement

    Hi Gurus,I would like to know how could I code the WHERE statement with a SELECT OPTION, in Persistence Class ?Currenlty, I would like to code this kind of request :          DELETE FROM      ziTab                         WHERE   zdate IN so_date.   ...

    workflow abap

    Hi Gurus,How i know a particular transaction code is configure with workflow.For example when ever we create Po(Purchase Order-ME21N) it automatic mail to the authorize person mail id.my question is how i know in tcode ME21n is configure with workflo...

    issue with uploading XML file from application server into internal table

    i Need to fetch the XML file from the application server and place into internal table and i am getting error message while using the functional module   SMUM_XML_PARSE and the error message is "line   1 col   1-unexpected symbol; expected '<', '</',...

    Resolved! Accepted Solution

    Counting lines of code sans blank lines and comments ABAP WebDynpro

    Hi,I'm trying to count the lines of code in reports / programs in ABAP web dynpro and found code which supposedly works as such: read REPORT wa_tadir-obj_name into itab.   delete itab where table_line is initial or TABLE_LINE(1) = '*'.   DESCRIBE TAB...

    Resolved! Accepted Solution

    How to edit variants with 'Only for background processing enabled' ?

    Hi All If a user runs any transaction. gives some selection criteria , and saves it as variant with the check box 'Only for background Processing' marked , where can he edit that variant afterwards ? The variant is not shown when we click on 'Get Var...

    Resolved! Accepted Solution

    how to find the configuration use the Z message class.

    Usually when I do some configuration, it may need to create some message. such as the Validation. It raise a message when I run some standard t-code. So when I check some Z message class to find what program use this message, i can not find anything....

    Resolved! Accepted Solution

    VL01n Enhancement

    Hi all,I have implemented a BADi in Delivery .What i did is I have added a tab in header level.When i enter gate pass number and press enter the date gets populated in the screen.But the issue is when in VL01n when i do the same the value or validati...

    Resolved! Accepted Solution

    GL a/c opening and closing balances

    Hi All,Below is my selection screen:select-options : s_bukrs for bkpf-bukrs obligatory.parameter      :  p_gjahr like bkpf-gjahr obligatory.select-options : s_budat for bkpf-budat,                       s_monat for bkpf-monat,                       s...

    Bharath84 by Participant
    • 1087 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Enabling a button using checkbox in module pool

    MODULE USER_COMMAND_9000 INPUT.CASE SY-UCOMM.WHEN 'SUBMIT'.SELECT WERKSFROM   MARDINTO   TABLE IT_MARDWHERE  MATNR GE L_MATNRAND    MATNR LE H_MATNR.IDX = 1.LINE = 0.          LOOP AT it_mard INTO wa_x .            line = line + 1.          ENDLOOP. ...

    Resolved! Accepted Solution

    aims to allow user to input a PO (or a range of PO) and in turn present a tree structure output screen to user. By clicking on each level of the tree, the lower level data can be seen.

    START-OF-SELECTION.  PERFORM get_ekes.  PERFORM get_vepo.  PERFORM get_vekp.  PERFORM build_tree.END-OF-SELECTION.  PERFORM display_tree.*&---------------------------------------------------------------------**&      Form  get_vepo*&-----------------...

    Labels in this area

    Explore this Area