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

Resolved! Triggering Actions in BOPF API

Hi All,I am trying to pass the name of the action along with its parameters to the DO_ACTION() method of the/BOBF/IF_TRA_SERVICE_MANAGER interface. But the action is not getting triggered. Instead it is filling the failed key table. The key which i a...

thirus11 by Participant
  • 4095 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! Carrier missing while creating sales order using BAPI sd_salesdocument_create

Hi All.I  using BAPI SD_SALESDOCUMENT_CREATE to create sales order.When I create a document the foreigner carrier is changed to other, I checked the master data and it has partner function defined.wa_partners-partn_role    = 'FC'.  "Frieght carrierwa...

Resolved! Skipping line when debugging

Hello gurus,I have an issue with the below code. This is to get the division field from the table zgb_100 by doing look ups in different tables. The code is logically but when I debug the code I see that the below highlighted part is not being picked...

CL_SALV_GUI_TABLE_IDA

Hi Experts,I want to use CL_SALV_GUI_TABLE_IDA to display my ALV report. The output layout is below - As in the layout, there is header area and body part. Can I display the header through this IDA class? Is there any way to do so?Kindly advise me. I...

Resolved! Disable proposals for class / interface names in SE80 repository browser

Hi,when i start entering a class (or interface) name in the repository browser (in Transaction SE80), as soon as i stop typing for a second, the system searches for proposals.While this may be useful sometimes, most of the time it just interrupts my ...

Resolved! Correction of error not possible after error message in AT SELECTION-SCREEN

Dear experts,I have created a dynamic selection screen within a tabstrip (also created dynamically).In the AT SELECTION-SCREEN event I have created an error message, with the instruction MESSAGE e010(/SAPLOM/XMM_MESS), if certain conditions are met.T...

Resolved! ME21N, USER NOT ALLOWED FOR PRINT PREVIEW UNTIL PO HAS BEEN RELEASED STATUS.

Hi experts,Please suggest the solution.Client required that, After saving PO,  user is not allowed to view the purchase order unless and until PO has been released.If user attempt to view the PO, I want to give an error message in same transaction. I...

Smq2 getting stuck up with error Interface "IF_EX_LE_SHP_DLV_GETLIST" changed at runtime.

Hi folkes,In my system all SMQ2 quues are getting stuck up and I am getting below error in dump.Interface "IF_EX_LE_SHP_DLV_GETLIST" changed at runtime.Error analysis    Interface "IF_EX_LE_SHP_DLV_GETLIST" was changed at program runtime. This can   ...

Resolved! Short Dump in INTO CORRESPONDING FIELDS OF field-symbol structure

Dear gurus,I get a Short Dump error everytime I use this piece of code (Header pasted later):     LOOP AT lt_idocs ASSIGNING <lf_idocs>.       SELECT docnum              counter              segnum         INTO TABLE lt_segmen_init         FROM edid4...

IDOC status

Dear all,Could anyone please advice me a transaction in SAP to find IDOC status and number by MRDR number? And is there a possibility to download a lot of IDOCs numbers not checking one by one? thank you in advance.Natalia

Resolved! Conversion FM To Webservice

Dear Experts,I have created SOAP Webservice From Function Module.Its working fine when i try to use it from my local WAMP Server . Because i added 49.X.X.288 sap.de****.com in my system32/drivers/etc/host fileBut when i try to consume this service fr...

AmarUbhe by Product and Topic Expert
  • 715 VIEWS
  • 1 REPLY
  • 0 Likes

Problem in ABAP Proxy

Hi I have written below code in ABAP Proxy.  METHOD zii_si_bloomberg_exchange_rate~si_bloomberg_exchange_rate_as.* Start of code added by Cybertech on 14/12/2015* Forex rate upload Project* Types Declaration    TYPES: BEGIN OF ty_fcurr_tcurr,        ...

Labels in this area