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

Resolved! problem with CONVERSION_EXIT_ABPSP_INPUT

hello all,in the below function module i am passing POSID to get PSPNR... if lv_posid is NOT INITIAL.     CALL FUNCTION 'CONVERSION_EXIT_ABPSP_INPUT'      EXPORTING        INPUT           = lv_posid     IMPORTING       OUTPUT          = lv_pspnr     ...

How to Send EMAIL in CC

Dear team, I have two disrtibuton list one for TO and Second for CC. But when i send the execute the method mail is sent twice one for TO and Second for CC. Please let me know how i can proceed this.        DATA lv_mlrec TYPE so_obj_nam VALUE 'ZAP_ER...

BARCODE ISSUE

Hi Experts,If we print either a Japanese invoice or a French invoice that contains a barcode  to a physical printer, the Kanji characters and barcodes are intact.But when we try  download into pdf the Kanji and barcode are corrupted.Please help me if...

Resolved! GET VCKUN in XD01

Hi Friends,I'm using BADI's CUSTOMER_ADD_DATA and CUSTOMER_ADD_DATA_CS to access some append-fields that had been created at KNA1 table (Creating Screen-Exits).Now, I need to access the data from VCKUN Table from the inside of one of this BADIs, Some...

Resolved! field symbol error

Hi guysFIELD-SYMBOLS : <f_list> TYPE any,                 <lW_LIST> TYPE any.LOOP AT CT_LIST ASSIGNING <f_list>. lv_index = sy-index.  ASSIGN COMPONENT 'VKBUR' OF STRUCTURE <f_list> TO <lw_list>. if <lw_list> is ASSIGNED. READ TABLE LT_SORT INTO LW_S...

Resolved! How can i attach document tx. VA02 through Report

Dear Experts,How can i attach a document like PDF , Word or Excel file to a sales order (VA02) through report. Can you please provide any function module or BAPI's for this requirement.Any advice or link to documentation would be greatly appreciated....

Resolved! Is there a (supported) way of migrating regular ERP IDES system to HANA for use of Simple Finance?

We have installed a SAP ERP IDES system but we'd like to try out Simple Finance. We could do a fresh install of ERP but we like the demo data included in IDES system. Is there a simple SAP supported way of migrating our system (or data to be precise)...

How to hard core business area & profit center in Post interface clearing ?

HiCurrently I got requirement from client that they want to clear documents customer wise, I have made changes into exiting customized program.so made posting date, document date hard coded , I tried to do same for business area & profit center but i...

Workflow Commit Work

Dear Team,I have seen a lot of transaction where we need to call the WF after creating the Document number. For WF we have function module SWE_CREATE event. How i can specify the Commit work in the standard transaction while calling the WF.Because SA...

Resolved! abap2xlsx CHARTS

Hello Experts!I have question about Charts in abap2xlsx community project.I was studying program ZDEMO_EXCEL39 and i am able to create simple Excel File like this:But I cant still figured out how to create result as below:My code: *&-----------------...

Labels in this area