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

    Can't get ddic type of input parameter in conversion exit called from cl_salv_table

    Hi all.Here is my problem: I have field in table with fixed domain values. I can get texts for values with FM DD_DOMVALUES_GET.I created CONVERSION_EXIT_ZXCVB_OUTPUT to get text by value.But when I add conversion exit to salv table salv->get_columns(...

    Resolved! Accepted Solution

    Close user sessions on all application Servers

    Hello,i get a user list in a report:CALL FUNCTION 'TH_USER_LIST'     TABLES       list          = gi_user_list     EXCEPTIONS       auth_misssing = 1       OTHERS        = 2.So I will get the user sessions which are online on the instance where I sta...

    techy by Explorer
    • 3542 Views
    • 8 Comments
    • 0 Likes
    Resolved! Accepted Solution

    ALV OO: Setting Fieldname for ALV-Column in Fieldcatalog

    Dear SAP Community,I'm creating the fieldcatalog for ALV-List with OO. I don't like creating a structure in SE11 for the field catalog, but define each column in my own program.When I define the column description of the list, I would like to tell th...

    Resolved! Accepted Solution

    Why UPLOAD_XLS_FILE_2_ITAB is giving Sy-subrc as 1.

    Hi All,Can any one tell me why the FM "UPLOAD_XLS_FILE_2_ITAB" will give sy0subrc as 1.Can any one tell me what to do with the error..Because of this I am unable to Upload the Excel file into The System.Please suggest me something that I have to chan...

    Resolved! Accepted Solution

    BAPI -BAPI_MATERIAL_SAVEDATA Customized fields are not working in Production

    Dear Experts,Updated /Inserted Customized  fields  in mara  Table   using BAPI   BAPI_MATERIAL_SAVEDATA.In  Development Server . Production  server  doesn't   update the customized  fields.All  structure available  in    Production    as  like develo...

    Resolved! Accepted Solution

    No value or no modif id captured in screen-group1?

    I am doing a report where there should be two selection screens with two radio buttons to display only one selection screen at a time.i have tried all the examples in scn and other sites but i cant hide the desired fields, when i debug no value is in...

    Resolved! Accepted Solution

    Smartforms Loop issue

    Hi All, I am facing problem in smartforms loop, where I am getting text from read text function. IT line getting 12000 line, when I try to print all line items via loop object then it will print only 389 rows. I also increase the TO ROW limitation in...

    Resolved! Accepted Solution

    Mutiple Counter variables

    Hi Experts, I have an internal table holding various types of product. The number of entries in this internal table can vary. There can be 100 entries with 3,4,5 product types or even more different product types can be appended. Depending upon the t...

    Resolved! Accepted Solution

    BAPI_GOODSMVT_CREATE

    Hello Everyone.I have a requirement to perform bapi_goodsmvt_create for Movement type 562.But I'm getting an error in i_return table saying 'No items transferred'. Why is that? Can anyone help me out?And this is my code:READ TABLE i_item1 INTO k_item...

    Resolved! Accepted Solution

    Web GUI security precautions

    Hi SAP personas team, Security topic:Since Web GUI works on browser and we use Scripting (Via BAPI's) What are the security precautions one should consider? When i did some research i found this link https://erpscan.com/wp-content/uploads/presentatio...

    pakula123 by Participant
    • 2904 Views
    • 9 Comments
    • 0 Likes

    Default the values on click on 'NEW ENTRIES' IN the Table maintenance generator( TMG )

    Hi ,I have table and created tmg and maintenance view also.table have filed1 , filed2 and my query is when I press 'NEW ENTRY ; in the TMG( sm30)  filed1 values should be fill with some initial value.ex filed1     after click on  'NEW ENTRY filed1   ...

    Resolved! Accepted Solution

    ABAP 7.40: Accessing a part of a shifted field

    Hi,I am still in trouble with ABAP 7.40, sometimes DATA:   charact TYPE c LENGTH 10 VALUE 'BLABLABLUB',   target  TYPE c LENGTH 10. target = shift_right( val = charact circular = 4 ). IF target(4) EQ 'BLUB'. * .... ENDIF.I'd like to have an alterna...

    Resolved! Accepted Solution

    How to get itab data after filtered in ALV IN OOPS (SALV)

    Hi All,I am displaying ALV by using factory method of CL_SALV_* class. After this, I have created a save button. The requirement is that if we filter the values in ALV and click on SAVE button, the filtered data only should be processed. Kindly help ...

    Labels in this area

    Explore this Area