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

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

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83813 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! VOFM - Routine Error

Dear Experts,I have created a routine in VOFM transaction named 902  (Formula-Condition Base Value)For the assignment of Sales Order  in 300 Client (DEV).It is working ok on Dev. Server.But problem is that it is not working on QA server.transported s...

Resolved! Problem to update shipping texts on sales order

Hi Experts,I tried searching for this on the forum. And although there are queries, no one has answered this. I am using BAPI 'BAPI_SALESORDER_CHANGE' to update shipping texts on sales order.Now the text at the header does get updated properly but th...

Resolved! How to refresh Graph

Hi Experts, Good Day & Happy New Year. I have developed a graphical report with the help of GRAPHICS_GUI_CE_DEMO. I have developed this in module pool programming.My coding is like as below.MODULE USER_COMMAND_0101 INPUT.  " (PAI - 101)         CASE ...

Resolved! Closing and Opening balance mismatching in Production system for RG23c Par II register

Dear All,We have a serious issues in PE1 system. Actually we went Partial Go-live(only Procurement Process) on 1st September 2013. Then we uploadallclosing balances for RG23C part II directly in J_2IACCBAL in PE1 Systemon 30.08.2013.Then We made a 1s...

Bdc for Housebank

Hi experts  i  am doing BDC on house bank through SM34 with clusterid vc_t012 . but problem is if i give bank key which is already created it doesn't saves through BDC but it saves when i execute the standard transaction normally.can u please check t...

BTE Vs BADI

Hi All,Can someone explain the below 2 point s about BTE and BADI difference,BTE’s can only be used to make the program enhancements. You cannot enhance user interface with Open FI, but you can with Business Add-ins.Open FI assumes that enhancement c...

Resolved! How to execute one abap program from another one , on clicking value from ALV output?

Hi Friends,can you suggest me something for the below scenarion.I have a report for printing smartforms based on the value entered on selection screen.I have crated a new report which will display ALV report. Now I want by clicking any value on the A...

Resolved! Small problem in code

DATA: w_OBJID TYPE JEST-OBJNR.LOOP at it_resb INTO wa_resb. READ TABLE it_resb2 INTO wa_resb2 WITH KEY matnr = wa_resb-matnr. if sy-subrc = 0.    select single OBJID INTO w_OBJID FROM AUFK     where aufnr = wa_resb-aufnr .This select query does not ...

Change Pointer Generation

Hi, I am changing the job with infotype name as Job Evaluation Results from PP01 transaction and changing the value of tower watson grade but the change pointers for customized message type is not getting generated infact the change pointers are gett...

Resolved! Dear Abapers,

In transaction MM02, under additional data, I want to disable the fields in the document data tab without affecting other tabs.There is a table control in that tab and I want to disable it making it only to display. Also, if I try to change the docum...

Resolved! Idoc number generation

Hello all,PI team is sending the below two Idocs to SAP and below are the corresponding dates & timestamps of various status in the Idocs (Data fetched from control data of Idoc in SAP). Issue is, as per the "Time of creation" Time stamps(shown below...

Resolved! Call Transaction 'VL02'

Hi AllIn my program i am using call transaction 'VL02'.When I go to my program through se80 I am not getting screen tab,if i try to create screen 1000,it is showing 'already exist in the program'.Please tell me what are the screen numbers should i ca...

Resolved! Problem with selection screen in disabling mandatory fields

Hello experts,I have a requirement as below,I should have two radiobuttons let it be r1 and r2, and i have two fields say f1 and f2, of which f1 is mandatory.Now when i click r1 both the fields both the fields f1 and f2 must be disabled which i was a...

Issue in Left outer join

Hi All ,I have used below select query to get data from ADR2, ADR3 and ADR6 tables using Left outer join ....but im not getting any data into itab . Can anyone tell me what is wrong in select query ?select  a~ADDRNUMBER             a~COUNTRY         ...

Labels in this area