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

Resolved! How to binary search ITAB without structure

Hi everybody,I defined an ITAB withlt_rlm_pods TYPE TABLE OF int_ui.where int_ui is a data-element not a structure!So, the following is not possible:READ TABLE lt_rlm_pods  WITH KEY int_ui = ls_anlage-int_ui                BINARY SEARCH              ...

Resolved! IDOC check issue

I have just created a custom extension for IDOC HRMD_A07.Currently  i have discovered a problem with an employee.It has information about custom infotype 9701 and it is the unique employee at this moment.When SAP tries to create the IDOC with the cus...

Resolved! SD Billing Consolidation

Hello Experts,I have a requirement to consolidate invoice documents for Sales Order. For this we are creating a new copy control routine and pass the ZUK structure to the VBAK-ZUKRI field.The standard SAP routine already has few fields included (like...

Resolved! idoc SHPMNT05

Hi,We are using the idoc SHPMNT05 to send shipment information to another system.Could you please tell me the segment type and the structure of these fields :- VTTK-ERNAM : Created by- VTTK-ERDAT : Created on- VTTK-AENAM: Changed by- VTTK-AEDAT : Cha...

Resolved! Search help exit

Hi All,        I have a requirement to add an additional search help filter to the collective display of products groups in MD04. i.e  product groups flagged for deletion should not be displayed. While checking the search help I saw its standard SAP ...

Resolved! Disable radiobutton

Hi,I have to desactivate a radio button defined like this :SELECTION-SCREEN:BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-T10. PARAMETERS P_MATNR TYPE MARC-MATNR . SELECTION-SCREEN:BEGIN OF BLOCK B2 WITH FRAME. SELECTION-SCREEN BEGIN OF LINE. PARAMETERS  P...

How to populate data in MPP through F4 search help(the field should get filtered as per key)

Dear Experts. I am new to ABAP and hence trying jmy hands on various ways of peforming a task.I have a requirement. I want to maintain a database tables through MPP :  ZLT_Auftrag (Refer Screen Shot 1: Doubt MPP1) and ZLT_Kunde (Refer Screen Shot2: D...

IDOC in Status 64

Hi,I am using the Idoc IDOC_INPUT_ORDERS with message type ORDERS to process the inbound IDOCS.My Order is getting created whereas the status of the IDOC is still in 64.I have my partner profile set to Trigger the processing Immediately.I have checke...

BAPI for rollback

Hi Experts,Is there a BAPI that can rollback a transaction or an update that was created when the transaction find an error ?Example: When a program finds an error during the transaction, all the successful transactions must not be updated.1 0001    ...

error E/VL/280 (Required field in interface to delivery update missing &1 &2 &3 &4) using BAPI_OUTB_DELIVERY_CHANGE

Hi,I am trying to change delivery quantity using BAPI_OUTB_DELIVERY_CHANGE. When I tested the BAPI by giving values in the parameters HEADER_DATA, DELIVERY, ITEM_DATA and ITEM_CONTROL it is working fine.However when I use the same BAPI in program and...

Labels in this area