Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Criticality.png

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

/SAPDMC/SAP_LSMW_INTERFACE won't call the Substituion Exits for FI docs upload !!!

Hello folks ! I have created an LSMW that creates batch input data for FI .I launch this  LSMW project  using the programm /SAPDMC/SAP_LSMW_INTERFACE as a background job . I have created a Subsitution at the third level (callup point 03 - Complete Do...

ealimeta by Participant
  • 904 VIEWS
  • 2 REPLIES
  • 0 Likes

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

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
  • 2951 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! 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! 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! 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! 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! 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! 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! 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