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

Resolved! Getting error as "messtab" is not an internal table in bdc call transaction method.

Hi experts, CALL TRANSACTION 'mm02' USING BDCDATA UPDATE 'S' MODE 'N' MESSAGES INTO MESSTAB. IF SY-SUBRC = 0. LS_OUTPUT-STATUS = 'Success'. ELSE. LS_OUTPUT-STATUS = 'Failed'. ENDIF. when executing the above function module i am getting an erro...

Intercepting Error Messages within external Subroutine calls

Hi, Is creating a "facade" Function Module wrapping external Subroutine call and then calling Facade using EXCEPTIONS error_message = xx Addition presently still the one and only way to "intercept" error messages issued by externally called Subrout...

Resolved! Application log

How to Develop a custom function module to update messages to the application log for the given object and sub-object. This function module will be used dynamically across different ABAP objects for storing messages in the application logs.

upload the data from flat file to sap system without displaying any output screens by using bdc .

Hi experts, my requirement is changing the old material number to new material .For that purpose i develope a bdc program. but my requirement is once i upload the flat file to sap system the data will directly go and updated in database without s...

ODATA using AMDP

Hi Experts, I have created a ODATA service using ADT tools. By referring to this blog, https://blogs.sap.com/2016/06/14/using-segw-and-abap-in-eclipse/ I have opened GUI from ADT then created the service by importing DDIC structure. After ...

Resolved! How to find all the web services using a certain Function Module

Hi All, We have a function module and is currently used by a web service. Functional is asking if there are other processes/web service that use this FM. So I tried to check it in SE37 where-used list, however, there are no hits for the functio...

Resolved! AMDP take too much time to run when execute program, but when debug in DB it is very quick

Dear expert ! When I'm using the AMDP, I come up with the issue that make me confuse about the behavior of AMDP. When I call AMDP in execution ABAP program it took so much time to complete , sometimes it throw error SQL code 2048 no me...

DanBB by Explorer
  • 5374 VIEWS
  • 6 REPLIES
  • 4 Likes

How to get key field value when clicked on any field in alv grid display?

hey guys.. I have displayed a table with an custom field of "SHOW INVOICE" (this will act as a hyperlink column for every row) so when I click this hyperlink i want the key field value from field catelog.. SO far i know i'll get that perticular field...

Resolved! how to handle this error: ASSIGN_BASE_WRONG_ALIGNMENT

Hi, sap pros, In table maintenance source code Include LSVIMF44 line 14, I tried writing the same code as it in view cluster event 03, but above error occurs: DATA: L_VIEWNAME TYPE C LENGTH 20. DATA: LS_IT TYPE YVIT_FOOD, LT_IT TYPE TABLE OF YVIT...

Resolved! AL11 file name and directory not visible when opening file

Hi Experts, I received a request to remove the file name and directory when viewing a csv file in AL11. I attached the screenshot for your reference (boxed in red below). I didn't receive a request like this before, it could be possible I just don'...

Labels in this area