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

    Resolved! Accepted Solution

    select join statement bad performance

    Hi all,I have a select statement below;select * into table itab from ekpo as a             inner join ekbe as b            on a~ebeln = b~ebeln and a~ebelp = b~ebelp             inner join rbkp as c            on b~belnr = c~belnr and b~gjahr = c~gja...

    SM35P and SM35

    Hi Gurus ,I have created a Batch input session using the program RSBDCSUB. I clearly see the session in SM35P , but I can't see and run the session from SM35, how is it possible?the log in SM35P is without sessions .My goal is to process this batch i...

    Po Related issue

    I want to disable Gross Price in Item for SERVICE PO only in a situation when Service Sheet Entry is done.Define Screen Layout at Document Level method won't work as i have to put a check that a service sheet entry has been done.In case of Service PO...

    Resolved! Accepted Solution

    Transaction 'VP01SHP' is going dump with 'MESSAGE_TYPE_X'

    Hi Experts,I have gone through many forum pages related to this dump error. but not able to found correct answer.My issue is when we enter T-Code 'VP01SHP' in command bar, it is going dump with out redirected to it's initial screen.The dump message a...

    SAPMF05A -> ZSAPMF05A

    Hi All,First let me say that I'm 100% against copying standard programs like this one.Somewhere during 2006 someone created a copy of SAPMF05A on one of my support clients. A lot of Z includes and changes, but all worked fine... till now.The R3 was u...

    c_c2 by Participant
    • 3180 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Need a small information Relation between Bseg and Mseg.

    Hi, I need a small  information.May i know what is the relation between two child tables. Bseg and Mseg.I can get record If i know Mseg table then Mseg->Docnumer  = BKPF->AWKEY+YEAR.  ThenBKPF->DocEntry  = BSEG->Docentry.But i need a link between .MS...

    Resolved! Accepted Solution

    Scheduled BACK GROUND Job not getting released in SM37, not sure if it's an Authorization issue or some other issue?

    Hello Experts,We have scheduled a Back Ground Job using below FM's JOB_OPEN,JOB_SUBMIT,BP_JOB_READ,BP_JOB_MODIFY,JOB_CLOSEnow the issue is,Job is getting created and scheduled successfully, but its not getting released, can some one suggest whether i...

    Resolved! Accepted Solution

    Syntax coloring

    Hi all,Is there any way to change the syntax coloring of ABAP in eclipse beyond the possibility to change the color of, e.g., all keywords? What I want to achieve is to color certain keywords in a different way than most keywords. In particular, I wa...

    Resolved! Accepted Solution

    Updating client dependent database ztable from internal table

    Hi All,I am updating client dependent Ztable from a file. Program reads data file and populates them in internal table. Internal table does not have client field so when using this internal table in MODIFY db FROM TABLE it is giving Unicode error.Is ...

    Resolved! Accepted Solution

    Find out roles needed

    Hi,I am debugging a program and do not have change access in debugging and also for few programs the authority-check is failing.The basis team has asked for a list of roles for which i need access. Can someone help me in finding the role for getting ...

    Resolved! Accepted Solution

    performance issue in report

    Dear experts,is there any alternative solution for following code     IF wa_final-vat_cst IS INITIAL .       READ TABLE it_mseg INTO wa_mseg WITH KEY  mblnr = wa_j_1iexcdtl-rdoc2 mjahr = p_docyr matnr = wa_j_1iexcdtl-matnr..       READ TABLE it_rseg ...

    Resolved! Accepted Solution

    Concatenation output

    Hi, I am creating a CDS view. I am concatenating two fields from a table "LFA1"The fields are:lifnr(supplier id)[TYPE: CHAR : LENGTH:10]&name1(supplier name)[TYPE: CHAR : LENGTH:35]So when I concatenate like:Concat(Concat(Concat(Vendor.name1 , '('),V...

    Submit Syntax fails

    Hi AllI Have copied a Supplier performance report program from Production system of one server  to the development system of other server.production system shows ALV display., whereas., though the same program is being copied development server doesn...

    Labels in this area

    Explore this Area