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

screen layout - EU_SCRP_WN32 : timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'

Dear All, When I am trying to create a screen layout, I am getting this error.EU_SCRP_WN32 : timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'Can someone help meAdditional information1. It is happening in both GUI  7.20 and 7.302. SM59 the unicode is...

Resolved! Consuming HANA Stored Procedures from ABAP in One Step

Hello,I recently learned about calling HANA stored procedures from ABAP. As per the instructions, we are supposed to use the WITH OVERVIEW addition while calling the stored procedure. This would result in a name-value table (basically containing the ...

kakshat by Product and Topic Expert
  • 1707 VIEWS
  • 7 REPLIES
  • 0 Likes

nast-nacha = 5

Hi Experts,      I have a smartform, where i have coded it for external send (email). But i do not understand why the nast-nacha filed is defaultly taking value as 1 (printer). But i want to set it for nast-nacha = 5 (external send). How to configure...

Resolved! BDC error:Field BSEG-WRBTR . input value is longer than screen field

I did BDC for F-29 , passing data from ZTABLE.I tried WRBTR(16) also in both ZTABLE and program.it throwing the below errorFormatting error in the field __.__.____; see next message ZTABLE : ZFI_RECEIPTWRBTR    WRBTR    CURR    13    2    Amount in D...

Resolved! Problem with RFC SAPFTPA

Hi all,I'm trying to use RFC SAPFTPA to transfer files between application server and another FTP server, but I'm not able to do this by RFC SAPFTPA.When I test RFC SAPFTPA connection in program RSFTP002 I get the error "connect to rfc destination fa...

How to update the default value of a field depending on the radio button selected , in selection screen

How update the default value of a field depending on the radio button selected , in selection screenfor eg: If Radio Button 1 is selected Mvt Type in a Parameter or select option should be '101'If Radio Button 2 is selected Mvt Type in a Parameter or...

Resolved! How to read a fixed length file to an internal table using DATASET

Hi,I have an internal table defined as below, each field has length defined:DATA: BEGIN OF I_TAB OCCURS 0,        DATE(10),                       NAME(15),                      ID(4),                      END OF I_TAB.I have a file contains the rows,...

Resolved! FM BAPI_MATPHYSINV_COUNT

Hi I am using BAPI BAPI_MATPHYSINV_COUNT to update the count for the physical inventory documents.To this BAPI I have passed physical inventory documnet number, Fiscal year and item number.BAPI returns success message but when I ran the MI24 TCODE fo...

Labels in this area