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

    background

    hi experts,i want to run a report program in background.To execute in background i have to press F9.But i get a popup to enter the output device. I do not want that pop up.Also the program should run successfully.How can i do this ?

    Select quiry

    I need to restrict values to specific cost centers. I need to pick up all cost centers that end with '452' and cost centers that end with '470' . I also need all cost centers that end with numbers between '452' and '470'.example of Cost Center: 100V...

    Resolved! Accepted Solution

    outbound flat file format

    I'm trying to download a sap format to non sap formatwhen I download a particular file from application server, data is in string format. so if I have to change the file structure according to Non sap format, I may require to read this file into some...

    Resolved! Accepted Solution

    How to use CL_ABAP_ZIP ?

    Hi,I need some help I'm trying to unpack .zip file that already is in xstring format.Could someone tell me how to use LOAD and GET methods ?I'm getting ZIP_PARSE_ERROR or ZIP_INDEX_ERRORwhen I use them like this:-data : CL_ZIP type ref to CL_ABAP_...

    Resolved! Accepted Solution

    Phantom Z table

    this question might not belong here but I didn't know where else to post it.We have a production 46c site. There is a particular Z table we have created which is not visible from the data dictionary, SE11/12, BUT programs which refer to it compile an...

    Resolved! Accepted Solution

    reuse alv_fieldcat merge

    I am getting a run time error saying type conflict in the function reuse_alv_fieldcat_merge. I appreciate if anyone can help me with this.DATA : BEGIN OF IT_COST OCCURS 0. INCLUDE STRUCTURE ZCOSTHIST.DATA : END OF IT_COST.FORM POPULATE_FIELD_CA...

    Resolved! Accepted Solution

    Job Scheduling

    Hi,I have a requirement in which few dependant batch jobs (SM36) have to be scheduled.ie. After Job1 completes, Job2 should start, Then after Job 2, Job 3 should start etc.. We can schedule it by using the Dependancy in start option, but this dependa...

    Resolved! Accepted Solution

    ABAP Memory

    Hi,I'm importing and exporting some data in a user exit.when I'm running the same transaction in 2 sessions in debug mode I've noticed that the second sessions data in memory is imported in 1 st sessions memory though the values (sales orders ) are d...

    Commit work

    there is a module pool pgm which is updating the database table with new records also. the problem is that sometimes the updates are not reflected in the database.while debugging i found that when any new record is created then sy-subrc is checked. i...

    Transaction

    Hi ,One custom transaction is updating many tables.How can I know it is updating what are all the tables?Is ther is any way or thorugh any transaction I can get the list of tables are updated.Thanks for answers.RegardsTalchuru

    Labels in this area

    Explore this Area