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
  • 83250 VIEWS
  • 212 REPLIES
  • 39 Likes

Linking EKPO and LIPS

Hi,I want to select all POs which do not have a delivery created.So I want to link the PO item table (EKPO) to the delivery item table (LIPS) Can someone help me with the correct statement please? I have the this...select ekpo~ebeln ekpo~ebelp lips~v...

Resolved! ABAP help by BW experts

Hi,I have created an abap program in ECC side which calculates count of DFKKOP Table.its a simple select statement which is as below.SELECT MANDT OPBEL OPUPW OPUPK OPUPZ          FROM DFKKOP INTO TABLE lt_payment          where AUGDT >= s_date-low AN...

call transaction

Hi,I am using BDC for calling mc.9 using hotspot in ALV. It is executing correctly but when I click on the back button, it is taking me to the mc.9 selection screen but I want it to get redirected to the ALV report. Can anybody please help.Regards,Sh...

Resolved! Check Box Selection

Hi experts,I Have A Requirement That..I Have Created A Check Box ....Parameters: P_c As Check Box Default 'X'.So Can We Assign the Authorization For That Check Box.....Means Only 'ABAP'  And   'HBTABAP'   Can Un Tick That..Check Box .Means Only Those...

Resolved! table type in DATA definition

Usually, I use TYPES to define structure and use DATA xxx type standard table of  a certain type defined before.But when I optimize some old programs, the previous programmer wrote sth like:DATA: BEGIN OF tab_g_item OCCURS 0,     maktx   LIKE  makt-m...

Resolved! Function module GET_GLOBALS_FROM_SLVC_FULLSCR issue

Hi experts,I am using the below code,CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'       EXPORTING         i_callback_program      = sy-cprog         i_callback_user_command = 'USER_COMMAND'    <--------------- for this          i_callback_top_of_page  = 'T...

odd/even rows problem in an internal table

Hi gurus,actual internal table dataBUZEI     FIPOS                         AMT(WRBTR) 001        00000000000003             80.00 002        00000000000003             20.00 003        10                                     80.00 004        10       ...

Resolved! ZBUD - intermittent error "Field Z-BDC03 (2) does not exist in the screen SAPLKPP2 0110"

I have a user who can not update his budget with ZBUD - he gets error "Field Z-BDC03 (2) does not exist in the screen SAPLKPP2 0110" .  It says Data was saved, but it isn't.  This is also intermittent, sometimes works sometimesnot.  Does anyone know ...

Resolved! idoc status 30 even though trigger immediately is set in WE 20

Hi All,My requirement is to trigger the idoc immediately when it is generated( with out scheduling RSEOUT00). So I set 'trigger immediately' in partner profiles. Unfortunately, idoc is remained in status 30  even though i set 'trigger immediately' in...

Resolved! BAPI_PO_CREATE1 purchase requisition has changed after creatin PO

Hello ABAP Gurus,There is another wired problem with BAPI_PO_CREATE1. After I created PO in reference to PR (with service) in hold status, everything is created properly but it's changing quantity at service position in PR (yes in purchase requsition...

Resolved! Clearing data

Hello Every body,I'm using the table BSAK and BSAD for extracting clearing docs of Accounting docs extracted from BSEG and BSET and BKPF.1- For Clearing Data:Where can i find Payment method ?Where can i find accounting information (banking account) ?...

Labels in this area