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...

    COALESCE in select statement

    Hi,SELECT EBELN, INFNR,        MATKL, COALESCE( s~INFNR, s~MATKL ) AS ABCD FROM EKPO AS s UP TO 20 ROWS INTO TABLE @DATA(lt_result).I am using the previous code to test.But if  s~INFNR is null and s~MATKL consists value, then also blank is displaying...

    sabarna17 by Contributor
    • 3267 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    ABAP unit test issue “Runtime Error <GETWA_NOT_ASSIGNED>”

    hi all,     There are always  some problem when I do abap unit test, First ,when I run the unit test ,Runtime Error <GETWA_NOT_ASSIGNED> will show, I kown there is  Field symbol has not been assigned yet. but I just do a test, so I don't kown how to ...

    Resolved! Accepted Solution

    BBP_PD_CTR_CREATE AND BBP_PD_CTR_SAVE NOT SAVING CTR

    Hello all,               I'm working in SRM 7.1 and having troubles to create a contract in status saved. I'm using the two BAPIS mentioned iat the title and BAPI TRANSACTION COMMIT but I'm just getting status 'in treatment'.                I've been...

    COALESCE

    Hi,SELECT EBELN, INFNR,        MATKL, COALESCE( s~INFNR, s~MATKL ) AS ABCD FROM EKPO AS s UP TO 20 ROWS INTO TABLE @DATA(lt_result).I am Using the previous code to test.But if s~INFNR is null and s~MATKL consists value, then also blank is displaying...

    Resolved! Accepted Solution

    Reuse ALV Grid Display

    Hi there,I would like to have the optimized colwidth within standard alv call function reuse alv grid display,what do I need to declare for IS_Layout = gs_layout =??I dont want to use methods.I already got thisDATA: gt_fieldcat TYPE slis_t_fieldcat_a...

    Resolved! Accepted Solution

    BTE 1040

    Hi,I am trying to work on BTE 1040, my requirement is to mail the customers all the dunning letters.I have coded in the FM for bte 1040. The configurations are also set for smartforms.It still gives me error saying "form_name" is inactive in EN langu...

    Link between tables

    i have to replace posting number with belnr of bseg table in the out putSELECT posting_number posting_date  position_text SUM( p_net_amount ) AS p_net_amount INTO   CORRESPONDING FIELDS OF TABLE  t_rcpt   FROM tcj_positions   WHERE   kdauf IN s_vbeln...

    Resolved! Accepted Solution

    ALV double click

    Hi all,I'm a new abaper,I have an ALV grid, and I need to implement the double click event, for perform "file_pdf" form.This is the code, but doesn't work.Can someone help me?Thank you very much.Paola--------------------------------------------------...

    Pcu318 by Explorer
    • 871 Views
    • 3 Comments
    • 0 Likes

    RMMRP000 (Tcode MDBT) :Manufacturer/Part Number item-> texts is concatenated without Semicolon

    Hi All,  Users are running program RMMRP000 ( Transaction Code MDBT) in background mode to create Purchase requisition.The issue is if there are multiple Manufacturer/Part Number in TEXTS tab of ITEM, it is coming as continuous line.The requirement i...

    Purchase Order(PO) bapi_po_change not updating condition value - kwert field

    Hi Everyone,I am a ABEP er.I used BAPI_PO_CHANGE to update the condition value(KBETR-Amount col in pricing)  in purchase order is working fine, But Now I need to update the KWERT(Condition Value col in pricing) field in the purchase order but I didn'...

    Resolved! Accepted Solution

    Get Cursor

    Hello Experts,Im trying to generate a secondary list using get cursor i/p range of mat no. when the user double clicks on mat no. it should display the selected material no. in sec list but im getting only the last mat no. details. I have tried hide ...

    Labels in this area

    Explore this Area