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

SAP MM program

Hi,I am quite new to ABAP stuff (not used it since 2 yrs)I want to write a program for MM tracking (Very New to MM module).Right from Purchase Order to Invoice generation step and display it in alv.I am aware of ALV programming quite well. but the pr...

farihakazi by Active Contributor
  • 554 VIEWS
  • 2 REPLIES
  • 0 Likes

Load Excel

Hi AllI Use this codeTYPES : BEGIN OF type_xldata,string(800),END OF type_xldata.data: type_t_xldata TYPE STANDARD TABLE OF type_xldata.CALL FUNCTION 'FAA_FILE_UPLOAD_EXCEL'EXPORTINGi_filename = 'D:\2.xls'I_DELIMITER = ';'TABLESet_filecontent = type_...

Resolved! Reading file from AL11

Hi,I am trying to read the contents of a IDoc generated file in DIR_USERSHOME (al11).But how? (I am using IDES 4.6c)This is what i am working on : DATA: path(1024). DATA: content TYPE TABLE OF btcxpm. *-- Read Path----------------------- CALL 'C_SAP...

RemiKaimal by Active Contributor
  • 535 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! Multiple PF STATUS

Hi, I have a problem in using the PF STATUS, i am using a pf statusin at selection-screen output and when i execute a program i can see the buttonsin the selection screen,after that when i enter the values in the selction screen and i press a butto...

SD related

Moderator message: Please use a meaningful subject in futureHi Gurus, when the delivery is created, users have to affect the delivery to the right shipment document:They have to :1.Check the sales order document number form the document flow of...

Resolved! Regarding abap Macros

Hi Experts,I am wring the programming in Abap-Hr usnig Macros.But my clients requirement is, don't use macros when using LDB's. Is it possible for payroll results.By using the macro RP_PROVIDE_FROM_LAST P0002 SPACE LOW-DATE HIGH-DATE what is the alte...

Labels in this area