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

Resolved! ASSERTION_FAILED

Hi ExpertsPlease provide the reaon for this dump error.I am using the transaction /DBM/VM for vehicle creation.Category           ABAP Programming ErrorRuntime Errors     ASSERTION_FAILEDABAP Program       /DBM/CL_VEH_DBMVEHICLE========CPApplication ...

reuse alv fieldcatalog merge

Hi,       i'm trying to populate my fieldcatalog automatically my code is as follows:   tYPES: BEGIN OF ty_vbak,       vbeln TYPE vbeln_va, "SALES DOCUMENT NO."       kunnr TYPE kunag, "SOLD TO PARTY."       waerk TYPE waerk, "CURRENCY"       vkorg T...

Resolved! ABAP HTTP Client NTLM 401 Challenge type Authentication

Scenario:From ABAP using cl_http_client calling a url in IIS server which requires NTLM 401 Challenge type authentication. I have followed the steps in this documentation  (thanks Gregor Wolf) , but don't know how to build the type 1 message, type 2 ...

Resolved! LVC_FIELDCATALOG_MERGE Problem

helooo all,i am using the Function module To generate the field catalogue for internal table.Here is my code:Declarations of internal tablesDATA  IO_FCAT TYPE  LVC_T_FCAT.DATA: BEGIN OF I_MSEG OCCURS 0,           MBLNR LIKE MSEG-MBLNR,           BWAR...

Custom button in quotation

Hi,     I add a custom push button (name URL) in the dynpro "Additional data B" of transaction VA21/22/23 (Quotation). The button only needs to open the browser of internet. I modified dynpro 8309, and I have inserted the module user_commnad in inclu...

Quark_G by Explorer
  • 606 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! Delete statement

The statement below is going to work fine in ECC 6.0 DELETE IFINAL WHERE BELNR NOT IN MBLNR.where MBLNR is the select option declared like below.SELECT-OPTIONS : MBLNR FOR MSEG-MBLNR MODIF ID DT1.But when the same code is copied in 4.6B, this will gi...

Resolved! FU EXIT_SAPLMR1M_001

Hello,i´m using the EXIT for a extented check and want to raise the exception CALL_FAILURE. But when i want to raise the exception"raise exception call_failure", i get the syntax error "Old and new exceptions cannot be used at the same time."Please g...

Resolved! Require BAPIs to create Vendor Master Data

Hello,I’ve a requirement that Create/Change Vendor Master data via BAPIs. For this I need BAPIs, I’ve done research before posting this thread, but I didn’t find suitable BAPI(s) for my requirement. I’ve checked with the BAPIs 'BAPI_VENDOR_CREATE' 'B...

Question for SAP Note

Hi Experts,There is a probelm with FV60 baseline date and i found out SAP Note 1553808 which says that Note 1453341 is active in your system.The sloution in the note says:Solution  Import the Support Package or implement the manual advance correction...

Resolved! ALV grid layout

Hello , I have a report printed with  'REUSE_ALV_LIST_DISPLAY'  fm. The output looks like old reports with fixet colum widith. Please let me know how I can switch to new alv  layout . Thanks Moderator message: please do more research before posting.M...

PM Order Release - many BAPI`s in loop - how?

Hello,I have problem with releasing many orders in loop.My code is like:LOOP AT itab INTO wa. l_aufnr = wa-OBJNR+2(12).        CALL FUNCTION 'IBAPI_ALM_ORDER_RELEASE'         EXPORTING           IV_ORDERID  = l_aufnr         TABLES           ET_MESSA...

Resolved! Assigning values ​​to a structure with field symbol

Hello,I need help with field symbol.I have the following example: FIELD-SYMBOLS: TYPE STANDARD TABLE <t_cta_int>,               <wa_cta_int> TYPE ANY.  DATA: TYPE REF TO data l_dyns.  DATA: TYPE REF TO l_struc cl_rs_struc,        TYPE REF TO data...

Labels in this area