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

BAPI_MATERIAL_SAVEDATA

hi friends ,     Is it possible to update PLKOD-VERWE ,PLKOD -STATU,PLKOD -LOSBS by using "BAPI_MATERIAL_SAVEDATA" this bapi ,i need to assign these fields for material . i'm creating material using "BAPI_MATERIAL_SAVEDATA" this bapi.i need to update...

Commit within loop

Hi,  As per the requirement, in our program a database table need to be updated. Now user wants to run multiple job ( with different store id) parallel with this program. So, I have locked the table based on the key fields and made a commit work with...

Resolved! New BAPI error: You cannot use the statement "FUNCTION" in the current environment.

I am creating Customized BAPI, following the steps, structure, then followed by ZBAPI FM, Even BOR steps cleared but am ending with an errorFunction Module ZBAPI_DEMOSDYou cannot use the statement "FUNCTION" in the current environment.However, you co...

POPUP Message

Hi Experts,I got requirement that is,             At the time of Customer Save using transaction code XD01 or XD02 , a check has to be done to see if the field KNVV-KVGR5 is populated .If KNVV-KVGR5 is Initial , then – Do Not Save and return to custo...

parameter id

Can I set this kind of two parametersin grid view user command.SET PARAMETER ID 'BLN' FIELD wa_ekko-BELNR.SET PARAMETER ID 'BUK' FIELD wa_ekko-BUKRS.* Execute transaction FB03, and skip initial data entry screen AND VIEW document details      CALL TR...

TSG by Participant
  • 687 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! Sending Email via BCS

Hi,I have created a program, using class cl_bcs, which sends out an email to an internet email address. I have maintained the email address within the SCOT transaction i.e. SCOT -> double click on INT SMTP -> click on SET (Internet) -> add email to A...

Resolved! How to add custom field in CJ20N transaction for WBS element under basis data tab ?

Hi Experts ,I have a requirement in which i have to use CJ20N transaction and in that transaction i have add one field in table control of WBS element . The table control is under: Projects > WBS Elements > select any WBS element  and double click it...

Resolved! trying to understand OSS Note 1293807

Hi,SAP ECC 6.0ORACLE release 11.2.0.3.0in a z report i have this select that i need to improve:  SELECT SINGLE MKPF~XBLNR MSEG~DMBTR MSEG~TBNUM MSEG~TBPOS MSEG~SGTXT         FROM MKPF INNER JOIN MSEG         ON MKPF~MBLNR = MSEG~MBLNR AND MKPF~MJAHR ...

CX_SY_DYN_CALL_ILLEGAL_FORM short dump while BD87

Hi Experts,While processing IDocs through BD87 iam getting Runtime Errors            PERFORM_NOT_FOUNDExcept.                      CX_SY_DYN_CALL_ILLEGAL_FORMABAP Program           GBTN6CO0Application Component  Not Assignedin error analysisAn except...

Resolved! FTP_CONNECT issue

Hi Gurus,I'm having some problems by using standard function FTP_CONNECT. This is a sample program that I'm using to check the ftp connection.DATA: l_dhdl     TYPE i,       l_user(30)  TYPE c VALUE 'user',       l_pswd(30) TYPE c VALUE 'password',   ...

BAPI_INCOMINGINVOICE_PARK error "service number entered (0000000000) does not exist"

Dear Experts,     I want to use BAPI_INCOMINGINVOICE_PARK to handle with service purchase order,but it occurs error :"service number entered (0000000000) does not exist",coud you please tell me where to input serivce number?my service purchase order ...

Resolved! BAPI Lock issue

Hi,     In my program i use two bapi one by one . BAPI_PRODORDCONF_GET_HDR_PROP to get production order details. then i use BAPI_PRODORDCONF_CREATE_HDR' to do order confirmation . I use commit bapi after each bapi call with wait = 'x' . But still i g...

Labels in this area