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

ADT in Ubuntu

Hi Experts!I'm new to Linux. So far I've been working with Eclipse / SAPGUI for JAVA on Mac and everything worked fine. Since last week, I'm trying Ubuntu, so I installed Eclipse Mars (same as Mac), SAPGUI for JAVA 740 rev6 (same as Mac), and ADT. I ...

BAPI for MPO1

Hi,We are integrating a third party PLM system into our ECC 6 landscape and are searching for a BAPI for MP01 (Maintain Approved Manufacturer parts list). We have been unable to isolate a BAPI.Can anyone point us towards a suitable BAPI?thanksRichard

Resolved! how to shift the internal table field from one column to another

hello all,i am using a function module to get details against a network number,CALL FUNCTION 'CO_BC_RESBD_OF_ORDER_GET'         EXPORTING           aufnr_act = ls_aufnr         TABLES           resbd_get = it_resbd.here the contents of it_resbd arefo...

Resolved! RFC connection to BW fails with CALL_FUNCTION_SIGNON_INCOMPL for long passwords

Hi,We're connecting with the NW RFC SDK to SAP BW.We have a BW test user with a long password, "}l@bPyjS$C$L>vj}wY<lQKE{<<nq6BcXDQq[a${V}l@bPyjS$C$L>vj}wY<lQKE{<<nq6BcXDQq[a${V}l@bPyjS$C$L>vj}wY<lQKE{<<nq6BcXDQq[a${V}l@bPyjS$C$L>vj}wY<lQKE{<<nq6BcXDQ...

Resolved! Processing mode of BOPF BO

Hello,by calling methode RETRIEVE of the BOPF service manager one can read the data of a node and also specify the processing mode via parameter IV_EDIT_MODE, domain /BOPF/CONF_EDIT_MODE. I always use 02 -> exclusive write, I would like to request th...

How to add number of Blank pages in Adobe Form with constant Header

Dear All,  I have developed a Adobe Form which prints only header data   And I am calling that form from a custom report.The requirement is i am sending one integer value  as Number_of_pages to Adobe Form andi want to add that number of pages in the ...

Resolved! Hi.. while creating alv hierarchical report . i got error fieldcatlog not found. help ll be appreciate.

REPORT ZSG_ALV_HIERARCHICAL_SO. TYPE-POOLS:SLIS. TABLES:VBAK,VBAP. TYPES: BEGIN OF TY_VBAK,          VBELN TYPE  VBAK-VBELN,         "SALES DOC          ERDAT TYPE  VBAK-ERDAT,         "DATE ON WHICH RECORD CREATED          ERNAM TYPE  VBAK-ERNAM,   ...

Resolved! Exception condition "X_ERROR" triggered for VT02N

Hi Experts,Error [ Exception condition "X_ERROR" triggered ] is occuring via "SO_NEW_DOCUMENT_ATT_SEND_API1" .The following are details:Transaction:  VT02N                Program:       RSM13000Let me if you need addtional details , if already faced ...

Resolved! Excel file on AS from Binary data

Hi,I need to create Excel file on Application Server.I receive the Excel information from SProxy Attachment (SWA) gs_document-att_type = ls_attach->get_content_type( ). CALL METHOD ls_attach->get_binary_data      RECEIVING           p_data = gs_docum...

YouriC by Participant
  • 4718 VIEWS
  • 11 REPLIES
  • 0 Likes

How to download XML files from the appilcation server, merge and upload as one file in the same place?

Hi - I have a requirement to download XML files from application server and merge all together to create a new XML file and upload to the same path. When I tried, for example I am merging 3 files its transferring one file as one line. So in my new fi...

Labels in this area