Application Development 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

SAP Developer News, May 2nd, 2024

Podcast version: SAP Developer News May 2nd, 2024 – SAP Developers (opensap.info)DESCRIPTIONMay Developer ChallengeApril Developer Challenge Wrap up post: https://community.sap.com/t5/sap-builders-blog-posts/april-citizen-developer-challenge-sap-buil...

thumbnail.png

Resolved! Performance Issue

Hi All,please check and give the best to change the code for performance of the below code.LOOP AT ITAB.PERFORM GET_IR_AMTS_FOR_PO_LINE.PERFORM FIGURE_COMMITMENTS_COOI.APPEND ITAB.ENDLOOP.FORM GET_IR_AMTS_FOR_PO_LINE. SELECT * FROM EKBE WHERE EBELN ...

Resolved! FTP

Hi all,We do have couple of interfaces where SAP needs to put their files into FTP server so that XI can pick it up and vice versa.As of now the files are been put into Application server of SAP and sent manually via email.Let me know the possible wa...

need help

i have written the following codeLOOP AT gt_ekpo WHERE ebeln NE ' '. MOVE gt_ekpo-ebeln TO gt_final-ebeln. MOVE gt_ekpo-matnr TO gt_final-matnr. READ TABLE gt_mara WITH KEY matnr = gt_ekpo-matnr BINARY SEARCH. IF sy-subrc = 0. MOVE ...

Resolved! Send email to multiple user

All experts: I want to send an email to multiple user, I use the FM:SO_NEW_DOCUMENT_SEND_API1, this FM can to mutiple user's email address ,but it can not re-set the email sender.another FM is: EFG_GEN_SEND_EMAIL, this FM can re-set the email send...

Vofm routine query

Hi,I found this code within a vofm routine formala, could someone please let me know why is the currency being changed frm foreign to local and local to foreign again.P-Variant Discountsform frm_kondi_wert_019. data: xkbetr like xkomv-kbetr.take int...

Welcome to SAP Community!

These materials will help you participate and connect with other members.

  • FAQs

    Find answers to basic questions about using SAP Community.

  • Resources

    Learn about community rules, take our tutorial, and get support.

  • Q&A

    Familiarize yourself with questions and answers.

  • Blogging

    Share your knowledge by contributing to the community.

  • Welcome Corner

    Introduce yourself and get to know other members.