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

Display of Instance Method /SAPSLL/IF_STAWN_RETRANSFER_R3-->LLNS_RETRANSFER

Hello,I have worked with Classes and Method in SRM EBP but I am now working on GTS 7.1. I am trying to display the code in method LLNS_RETRANSFER_RFC_R3 in class /SAPSLL/IF_STAWN_RETRANSFER_R3. I am tried SE24, SE80 and SE18 but I cannot get into t...

Pricing not working

Hi,I am working in SAP Warranty Claim Process. We added a new item type. While creating a claim we assign its pricing relateddata i.e the amount and currency in a condition type that is assigend to our pricing procedure.The Item gets created correctl...

Resolved! Debugging ABAP Object

First of all, I have to admit that i'm not familiar with ABAP Object at all.While debugging, I arrived at IF_EX_AT_CONS_PROCESSING~SET_POSTAB_CONS_ORDER.In there, there is a variable (GT_BSART_TYPES) the value of which i'd like to know how it comes f...

Resolved! bdc in function modules

Hello all, I am writing a function module for bdc but i am not able to do the creation of material.Please help me outmy code is <removed by moderator>Moderator message: please post only relevant code parts, your post must be less than 5000 characters...

External Emails

Hi ,Am trying to send individual emails to sap users with thier details.Am using the FM CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE' from reading emials address of users into an internal table. To send individual email am looping around the internal...

Resolved! Copy file to FTP ???

Hi ABAPers,I want to copy entire file from my desktop to FTP location.I know few standard FM's which helps to copy data on FTP Like FTP_R3_TO_SERVER, FTP_R3_TO_cleint, FTP_copy.but all these either prepare the data into an internal table and create a...

Resolved! In VA01 using user -exit

Hi,Inculde MV45AFZZ.In FORM USEREXIT_SAVE_DOCUMENT I am writting my logic for checking duplicate PO ..and in the screen it self I want to change the PO but getting error ''item 00010 doesnot exit ''with stop symbol pop up.Can somebody let me know why...

SUBMIT

Hi,I have a program (program1). Inside program1 a have a "SUBMIT program2 EXPORTING LIST TO MEMORY ... AND RETURN".Inside program2 i raise some error messages "MESSAGE eXXX ....". When a error message occurs in the the program2 i can't see the text m...

Resolved! Is there any table / function module to check curren program running (sm51)

Hi,is there any table or function module that can check whether some program still running both dialog and backgroud. For backgroun job i can check from job schedule table how about dialog ? is there any way to check dialog program running ?Thank You...

Top-Of-Page issue

whey the top of page doesnt come to me while I'm running my program :this is the code I've written :FORM top_of_page .Title wl_header-typ = 'H'. wl_header-info = 'Log Request For Bank Details'. APPEND wl_header TO it_header. CLEAR wl_header.Date...

Labels in this area