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

    SAPScript for PO

    Hi,<b>I have been assigning for modify MEDURCK ( Purchase order ) SAPScript form . whenour PO get created in me21 t.code, PO SAPScript form has to be executed in background and spool request needs to be sent and PO Form needs to be printer automatica...

    Resolved! Accepted Solution

    CAT2 Search Help

    Hi,I have created a search help for the Job field in CAT2.I am importing the personnel number from memory id 'CATSPERNR'. I am trying to import the time entry dates from memory as well. Whan I go look at the CATSFIELDS pernr is there and there are ...

    Resolved! Accepted Solution

    ECC 5.0 - Program to check if Z* prograsm have syntax errors

    Hi,We're upgrading from 4.6B to ECC 5.0 (we're not going to be switching on the unicode) and so I've been asked to put together a list of all our Z* prograsm that encounter errors. Rather than going through each and every program, I thought someone m...

    Resolved! Accepted Solution

    Validate parameter.

    Hi,I want to validate a parameter: PARAMETERS: quincena TYPE d.I'm trying to use:AT SELECTION-SCREEN ON quincena.IF quincena EQ ''.MESSAGE e000 WITH 'You must select one'.ENDIF.But it doesn't work, the program continues anyway.

    Resolved! Accepted Solution

    AT NEW problem

    Hi experts,i want to use at new for 7th field of the table.i have sorted the table. i have the three records with opno 10,20,30....i want to save the data after opno = 30.see the following code.but the first loop itself the control is trigging AT END...

    Resolved! Accepted Solution

    table control

    hi, i have an issue i have created a table-control in module programming with four columns. correspondigly i have four text fields in the same screen.Now if i select a line(row) from the table controland press a button (say a pushbutton which i cre...

    Resolved! Accepted Solution

    internal table

    frnds, i'm using the table control statements at new, at end of..but the prob. is that, it considers the fields to the left of the column of the field we use in the condition.eg. my itab is .field F1 F2 F3 _______________________1st row ...

    Check Table Values.

    While going through this standard SAP program 'BCALV_GRID_EDIT'. I came through this interesting piece of code for populating field catalog of an OO ALV.<b>clear gs_fieldcat.gs_fieldcat-fieldname = 'CURRENCY'.gs_fieldcat-ref_table = 'SFLIGHT'.gs_fiel...

    amit_khare by Active Contributor
    • 882 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

    buffering

    Hi,Can any one tell me what is "BUFFERING" in abap,how many type are there and where to use it?and also what is field level checking & domain level checking(in check table & Value table ).points guaranteedcheerskaki

    Resolved! Accepted Solution

    parameter id in cs03

    hi everyone again!i am having the same problem in CS03.i need to transfer change number and clear the field valid from.the type of the change number is char12.everything works o.k accept from the aennrand the field valid from which i didn't use set p...

    Resolved! Accepted Solution

    ALV Grid Column Select

    hi,i am using the function 'REUSE_ALV_GRID_DISPLAY' and would to know in the user_command form when user is selecting a column, like the functionality of row_selected.in my program i need the user to choose a column and push a button. i must know in ...

    Resolved! Accepted Solution

    parameter id

    hi!I am using an ALV report.when using the double click i need to go to transaction MM19.When i am passing the parameters through the set parameter id and call transaction, only the matnr is being passed and the date field is not.the code is:set para...

    Resolved! Accepted Solution

    Lauching the SCRIPT editor

    Hi All,Can you suggest me if there is any function module which is going to open SCRIPT editor. On passing the THEAD the contents for that object should be displayed in the editor. The user should be able to edit it and SAVE it. Thanks & Regards,Rahu...

    Labels in this area

    Explore this Area