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

Resolved! How to use badi in abap

Hi Folks, I have to create a z program. I need to first get list of all users who have logged on to SAP Planning book(SDP94) and than those who are in Change mode needs to be made to Display mode.I know BAdI /SAPAPO/SDP_INTERACT which has method DVIE...

Resolved! FM 'FITP_CREATE_TRIP_FROM_REQUEST' returns exception

Hello dear colleagues!I create trip requests for several personal numbers using fm 'FITP_CREATE_TRIP_FROM_REQUEST' in the loop.It works fine for the first person, but returns an exception creation_failed for the second. It looks like some internal bu...

Resolved! Many ALV in one screen with classes

Hello Gurus,I have achieved to have more than one ALV in one screen like the image attached using FM.  CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT'                             EXPORTING                             i_callback_program = sy-repid          ...

What happens if sort fields are empty in an internal table referring to standard structure like VBAP?

While creating sales order the internal table of type VBAP is sorted  based on the fields VBELN, UEPOS and POSEX. VBELN is same for all the items, UEPOS is 0 for all items and POSEX is blank for all items. In a case where line items are 10, 20, 30 to...

Resolved! bdc f-65

Hi experts,my excel file consist of single header & 2 item records even after uploading 2 items it's moving to 3rd item screen , In  debugging  process...the loop ends after completion of 2nd item and cursor moves to save and  call transaction method...

Resolved! Problem with FM F4IF_INT_TABLE_VALUE_REQUEST

Hello.I have this code:PARAMETERS: p_ort01 TYPE ort01. AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_ort01.DATA: BEGIN OF table OCCURS 0,           MTEXT  type MTEXT_D,           ORT01  type ORT01,           MWAER  type MWAER,          END OF table.DAT...

Resolved! Providing the Additional Tab to MIGO_GI Transaction (item wise)

Hi experts,I have a requirement to add the Additional TAB in the MIGO_GI transaction.for this i have used the BADI MB_MIGO_BADI.I have provided the custom program name and subscreen no in method PBO_DETAILS and hence i am able to see the additional t...

Resolved! Problem in WEBDypro

Dear Experts,I am new to ABAP. I want to create a mask screen through which I can manage the database tables ( Add new entries, See the existing ones, delete them and Edit them)For this purpose I went on to create a WebDynpro.  But when I went to Cre...

In Select query how to fetch values through multiple parameters where conditon

Dear Experts,I have one table(T) with 4 fields: f1, f2, f3, f4. In that based on f2, f3, f4 and parameter condition( f2 values) how to fetch f1 values. I have attached screen shot. What is the where condition in select query?DATA: it_T type standard ...

Resolved! how to lock database table for particular material

hi experts,             in the database table id is primary key,i want to lock the table based on id which user is editing,for example,            001 is the id number when one user is editing it,other user cannot be able to edit 001           can an...

Change Documents

Hi Guys,Through EDI214, We do the update of DATEN in VTTS table. But there is no change documents in CDHDR/CDPOS tables. But there is a change in the values in VTTS. Even the last changed date and user name have been available in the table VTTS. The ...

Resolved! Vendor Idoc

Hi all,I am creating a vendor outbound Idoc which works perfectly when creating/changing a vendor using XK01/XK02, the Idoc is created in vendor user exit EXIT_SAPMF02K_001.Our business also creates vendors via an inbound idoc which then needs to tri...

Resolved! SD/MM pricing routine

Hi,I want to know how to select the appropriate pricing routine based on particular scenario in SD or MM ??There are various types listed in VOFM like requirements-pricing / formulas-Condition base value / condition value... but its bit confusing to ...

Getting dump in production in FM RSPO_R_RDELETE_SPOOLREQ but not in Quality system

Hello All,Recently I faced one issue in production i.e. dump when the system tries to delete one spool.Issue:1.) I created a routine program to send PO details as PDF attachemnt to email ids. So in my code I called the FM "RSPO_R_RDELETE_SPOOLREQ" to...

Resolved! Call an abstract method

Hello developers,I am trying to implement the following (simple) classes:class abstract_class definition abstract     public     create public .     ...     protected section          methods parse_string abtract               importing              ...

Nicolas by Active Contributor
  • 1991 VIEWS
  • 7 REPLIES
  • 0 Likes
Labels in this area