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
    • 94913 Views
    • 212 Comments
    • 39 Likes

    ITS_UNEXPECTED_TOKEN

    Hello Experts,Category           ABAP Programming ErrorRuntime Errors     ITS_UNEXPECTED_TOKENABAP Program       SAPLWSAO_DYNPApplication Component  LO-SRS Short text Template interpretation failed. Syntax error.  What happened? The template "templa...

    Resolved! Accepted Solution

    Authority check

    Hi Experts,i have created an Authorization object using SU21. In the object say ZGE_FITEST  I included Fields SAKNR -> G/L Account Number (value 89000)and ACTVT  -> show In the Transaction PFCG i included manually in the Roll of a user this ObjectMy ...

    Reg: Adding a parameter whose data type is of table type in the method of buisness object

    Hello Experts,I want to add a parameter to my custom buisness object method, and that parameter is a nested table, so i have created a table type and then when i tried using the same in BOR to add the parameter to my method, It gives an error saying ...

    Resolved! Accepted Solution

    Number format in script

    Hello,May be this is a common question on number format.I have researched for suitable answer thoroughly before posting here.Here is my requirement.I have a script, in which the total invoice amount is displaying like this, 11.593.296.372But the requ...

    Resolved! Accepted Solution

    Created class using BAPI_CLASS_CREATE. But unable to view in CL03

    Dear ABAP Experts, I created a class for class type "001" using BAPI_CLASS_CREATE. But I cant find the class in CL03 for corresponding class type "001" also unable to view in MM Classification view with respective Class type "001".Given Input to Func...

    Reversing posting key using bapi_acc_gl_posting_post

    BELNR(ACCOUNTING DOC NUMBER)BSCHL(POSTING KEY)                          0100000000          40                          0100000001  50Hi,   i am getting the above output.Now i want to revrese(INTERCHANGE) the posting key for the corresponding BELNR, ...

    at selection screen

    Hi every one,AT SELECTION-SCREEN on s_lifnr .     if not s_lifnr is INITIAL.     SELECT SINGLE lifnr        INTO v_lifnr       FROM LFA1       WHERE LIFNR IN S_LIFNR.     IF SY-SUBRC <> 0.       MESSAGE 'INVALID ACCOUNT NUMBER' TYPE 'E'.     ENDIF.  ...

    Resolved! Accepted Solution

    email address validation

    Hi every one ......see my code*  ----------------------------------------------------------------------* *  &                    Start of selection                               * *  -------------------------------------------------------------------...

    Resolved! Accepted Solution

    Accessing table of data in User Exit, that is not passed to User Exit?

    I am trying to access '(SAPLBARM)mdpmx' from inside  User Exit  Function EXIT_SAPLBARM_002.I have done similar, in the past, using a field symbol.However, that was for a single record, not a table of records.I have tried several things, and nothing (...

    Resolved! Accepted Solution

    Container alv-Editable cell

    Hi,I need to change a program.There should be editable cells depending on values in it.I have added a field internal table which is displaying. (CELLSTYLES  type  LVC_T_STYL) For sniping cells. But when ı add this field."ZTAZAM_S05" must be a flat st...

    Resolved! Accepted Solution

    does not sort table maintanance generator even with EVENTS or PBO

    Hi Good day,i have created a custom table with 2 fieldsex : number and namei have created table maintanance generator and i have written logic in PBO for sort but does not work.COPY_EXTRACT[] = extract[].SORT COPY_EXTRACT[] BY AFNAM ASCENDING.EXTRACT...

    Resolved! Accepted Solution

    What is the MS SQL equivalent for Oracle hint for table deletion?

    Hello Folks,I have a huge table and I am using oracle hints to delete the table data using parallel processes.The code looks as shown below:delete from <table_name>          where ( date <=  gv_2hr_date and                  time <   gv_2hr_time )    ...

    Resolved! Accepted Solution

    Need to display and edit lines in popup - REUSE_ALV_POPUP_TO_SELECT?

    Hello,I have a user asking me to create table that will contain lines of data to appear in a popup screen.  He wants some of the text from thetable in the popup to be editable to the user and other info displayed in popup that I need to populate from...

    Resolved! Accepted Solution

    IDOC_INPUT_COND_A - How to update the Puchase Order number in the condition record

    Hi All,I am using Function Module IDOC_INPUT_COND_A to create condition records for SD pricing whenever a Purchase Order is created. Condition records are getting created successfully with the material number and price. However, i'm not able to updat...

    Labels in this area

    Explore this Area