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

    BDC field syntax

    Hello!I am trying to create a program that will update vendor confirmation dates in ME22(N). I need advice on how to replace the new date/quantity on the same sequence number EKES-ETENS.The options I already tried are to use  fld 'BDC_OKCODE' '=NP'. ...

    Problem with select statement -> not defined in the ABAP Dictionary as a table, projection view, or database view

    HII wrote a select statement which taking data from tables rseg and rbkp and puting them to object W1_data.In the next step i want to make another select statement which is taking data form W1_data.But I have a error: "W1_DATA" is not defined in the ...

    Resolved! Accepted Solution

    Email ID of 41 characters is getting truncated in sost

    Hi Experts,We have an email of  41 characters .This email ID is getting truncated in SOST.I have observed that the field length of email ID in SOST is 35 characters only.But the below method can take the email id upto 241 characters.  lr_recipient = ...

    search function who does RFC connection and TMS_TM_GET_TRLIST

    Hi I search a function where I can use the function  TMS_TM_GET_TRLIST like thisCALL FUNCTION 'TMS_TM_GET_TRLIST' DESTINATION 'XXXX'     EXPORTING       iv_system      = 'DCR'       iv_startdate   = '20080101'       iv_enddate     = '20150404'       ...

    Resolved! Accepted Solution

    BAdI doesn't get called

    Hi experts,With the Transaction SE18 I created a BAdI for the printout of an invoice.But it doesn't get called with the following code: GET BADI bd_sd_bil   FILTERS      filter_billing = 'filter_name'. In SE18 the BAdi is activated. Does it have to b...

    Resolved! Accepted Solution

    CONVERSION_EXIT_ALPHA_INPUT

    when i use the following code   data : v_matnr1 type matnr.   CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'     EXPORTING       INPUT  = v_value     IMPORTING       OUTPUT = v_matnr1. for example in run time if v_value = 38 and v_matnr1 = 0000000038. b...

    ALV Header Center Aligned

    Hello Everyone,I am trying to have a label in header center aligned. But unable to make it. Still coming left-aligned.Kindly advise.ThanksCode ---->METHOD set_top_of_page.DATA: lr_header           TYPE REF TO cl_salv_form_layout_grid,           lr_h_...

    Resolved! Accepted Solution

    Custom Field disabled after enhancing standard infotype

    Hi Friends,I have enhanced standard infotype with custom field from PM01. it was working fine. i am able to input data and it is getting updated in the table.Now i was asked to add one more field to the same infotype, so i have enhanced the infotype ...

    sivab4u by Active Participant
    • 1396 Views
    • 1 Comments
    • 0 Likes
    Labels in this area

    Explore this Area