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

FTP_SERVER_TO_R3

Hi All,My basic requirement is to get some files from an ftp server into sap.I tried using ftp_connect, ftp_command and ftp_disconnect, but the files are getting downloaded to my local pc. Can i use FTP_SERVER_TO_R3 to directly load the files into in...

Regarding ALV

Hi,DATA : formname_top_of_page TYPE slis_formname VALUE 'TOP_OF_PAGE'.CALL FUNCTION 'REUSE_ALV_EVENTS_GET'EXPORTING i_list_type = 0 IMPORTING et_events = i_events EXCEPTIONSread table i_events with key name = slis_ev_top_o...

BAPI_CREATE_SHIPMENT

Hi I am using the above BAPI for creating shipment. when I test this bapi in a simple test program with parameters like shipment type , delivery order etc.. it successfully created the shipment. when I use the bAPI in a different program (ZSD_shipmen...

Resolved! Error in declaration.

Hello All, Here is my statement" DATA: newvariable(12) type N swc_get_element container 'REQUISITION_NUM' newvariable. "The error I am getting : Class ZCL_HRMSS_RECRUITING_WF,Method CREATENBOBJECT",", "VALUE ...", "LENGTH ...", "DECIMALS ...", or "...

PO Document via email

Hi All,The scenario is: Once the PO is created in R/3, it will send via email to the vendor as a PDF attached document by print program.Now the requirement is along with this PO mail, we have to attach one more PDF document from the desktop. I will a...

Resolved! Task on exporting data

Hi all,How to use the 'EXCEL_OLE_STANDARD_DAT'to export the data from itab to EXCEL file.REPORT ZT11.data : begin of itab occurs 0,t1(3) type c value 'sag',t2(3) type c value 'ntc',end of itab.append itab.write : itab-t1,itab-t2.CALL FUNCTION 'GET_FI...

Resolved! BDC Error

Hi All,I did the BDC program for sales order creation and here I read the file as each line seperately to get the data. The program was working fine for line items < 7, as we are getting more line items in single PO now I changed the program to inclu...

Resolved! Do we create an Index?

Hi All,Have a question about Indexes.We have a ZTable and we would like to create secondary indexes on the table.Lets say the table has 5 fields a,b,c,d,e with a and b being primary keys.Now we have a Select query as select b from ztable where c...

Resolved! TABLE IN SM31

Hi!!!I want to create a table where i can directly introduce data, i was investigating and i read that this tables can be created in the standard transacction SM31, but i dont no how, someone can help me?Thanks & Regards

Resolved! Currency field ALV

hi experts,i have a field which has decimals values and i am displaying them in ALV.while display the colum is not aligned according to the decimal point.i have refered this field from a currency field in standard table.eg..12.541.563646.90but i want...

Resolved! Example transaction

I know there are a transaction on SAP with a lot of examples of how should a dynpro looks like, and the code to do it. The problem is that I don't remember the transaction code, and I can't find it.Could anybody refresh my mind?Thanks!

field values

Hello,I need to insert a code which is in bold but it is not consider there.......can you suggest how can i update that field values....it_fg_xvbap-kmpmg into it_fg_xvbap-kwmeng if the material zfreegoods-matnr is not equal to it_fg_xvbap-matnr..corr...

Labels in this area