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

Resolved! 'FTP_SERVER_TO_R3'

hiI have a particular requirement in which I need to transfer files from FTP to R/3 Application Server Directory.For this purpose I am using the following Function Module FTP_SERVER_TO_R3CALL FUNCTION 'FTP_SERVER_TO_R3' EXPORTING handle ...

PO net value

Hi,I am trying to get the PO net value . me23n - header section - tab 'Conditions' - field 'Net'on reading old threads i got some function modulesME_FILL_KOMK_POME_FILL_KOMP_POME_DETERMINE_NET_PRICEMM_NET_PRICE_CALCULATEME_GET_PRICE_CONDITIONME_DETE...

Resolved! Deleting the changes

Hi,Last week, we made some changes to an already existing custom program which is in production now and we added few new fields to an already existing structure also. The transport request with the program changes and the structure changes is not yet...

Resolved! Background scheduling

Hi SAP Minds,When ever a job is scheduled after successsful execution(ran), it will sent the output to spool. But my requirement is the output should be sent to the concerned user without writing ABAP code. It should done through Job scheduling itsel...

ALV in background

My first post! I am running a report in the background. The report is written in ALV, but the spool file offers no ability to use any ALV functionality. Is there any way to do this? Someone suggested that I send the report through SAP inbox inste...

Resolved! issue in BAPI_PO_CREATE1

hi all,i need to create PO using BAPI_PO_CREATE1. But the problem is, in me21n we added user defined screen using BADI in the header and made some fields in that screen as mandatory. When i try to test the BAPI to create PO it is not creating - since...

Resolved! Skip loop step

Hi,Is there an instruction to skip a loop step??My code looks like that: LOOP AT it_matnr. IF it_matnr <> matnr. CHECK 1 = 0. ELSE. * Do something.... ENDIF. ENDLOOP. The instruction CHECK 1 = 0 works but It isn't "elegant"... is there anoth...

Resolved! SMART Forms , paragraph format.

Dear Expert,First of all, please refer to this. [here|http://wkokwei.googlepages.com/paragraph.jpg]I am trying to eliminate blank lines of the Text in the smart forms.example:&text1&&text2&&text3&&text4&Those text are variable, if it have no value, i...

kowong by Participant
  • 294 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! FTP

Hi Friends,Currently in my company they are using FTP. Basically i want to know , What is FTP? and which kind of scenarious it is used. Can any one explain me in detail.Regards,Niki.

Labels in this area