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

Resolved! Delete notification partner via BAPI_ALM_NOTIF_DATA_MODIFY

Dear all,unfortunatelly I’m not able to delete a parter via BAPI_ALM_NOTIF_DATA_MODIFYI've tried  ls_partner-partner_old    = ls_partner_old-partner.  ls_partner-partn_role_old = 'VW'.  ls_partner-partn_role     = ''.  ls_partner-partner        = ''....

Resolved! How to get program attributes

Hello colleagues,it is possible to get the program attributes in a running program? I'm especially interested in the Selection Screen Number of the logical DB. I found that the Logical Database is in the SY-DBNAM, but I didn't find the selection scre...

petr_kobza by Product and Topic Expert
  • 2111 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! Session Terminate:

Hi. Friends.I  am downloading data from application server to presentation server.  I when I am downloading the up to 4LAKHS records. but problem is that data is downloaded upto 60 to 70 thousands. after that the session has terminated. I can't under...

Resolved! BAPI_GOODSMVT_CREATE

Hi Friends,I am using the bapi ' BAPI_GOODSMVT_CREATE' to transfer posting in MIGO. The BAPI is running fine.But when i am giving BACK posting date(BUDAT) and BACK documnet date ,the system giving error. but when i am entering manually in MIGO ,the s...

ME21N short dump

Hi Experts,Need your help . I am getting a short dump while creating a PO in ME21N .Here are the below details .The form is getting called from FM PS_BAPI_FINISH in "ON COMMIT LEVEL" mode.PERFORM chk_precommit ON COMMIT LEVEL con_low_level.Cheers !!A...

Resolved! FIELD statement in PAI

Hi I am new to ABAP development.My question is:How the system comes to know or predict that there is a FIELD statement in PAI event block during the data transport at the beginning of PAI processing?During the data transport how the system holds the ...

Resolved! FM to find Object type

hellois there any one FM that gives me the type of the object? e.g. if I have a name zxxxxx, then the FM should be able to let me know if this is program or class or method of the class or table or FM etc.I tried searching on sdn for the same , keep ...

Resolved! Problem with librfc32.dll after upgrading to SAP GUI patch 9

Hi,We have a program which we compiled to use librfc32.dll and it works well on Windows workstations running the patch 8 version of SAP GUI.However, if we upgrade to the patch 9 of SAP GUI, the exe doesn't work anymore.If we upgrade to patch 9 and co...

tim_alsop by Active Contributor
  • 1575 VIEWS
  • 7 REPLIES
  • 0 Likes

Resolved! List Guibb with FBI

Hi everyone, I am a newbie of FBI and trying now to create a FPM Application with FBI.Now I create my own Business object zd_sale_quote, which has a root node ROOT. and I want to directly display ROOT in a List Guibb wihout the initial screen. The Gu...

Resolved! Application log

Hello experts,I am having a requirement to run an online transaction that will create application log entries. The transaction processed one input XML file and at the end writes some messages in the application log displayed via slg1. The customer's ...

Resolved! Getting Dump while Mapping data source.

Hi Expert,Am getting below DUMP while trying to map data source in SEGW transaction.Could you please suggest what could be possible cause for this?Category               ABAP Programming ErrorRuntime Errors         SYNTAX_ERRORABAP Program           ...

Resolved! Do we have any standard Function module to get Invoice num.

Hi Experts,Do we have any standard function module..for that Sales order should be input and invoice as output?I know the SD Flow table VBFA. if we pass SO to this table we can get the Invoice no.But instead of write logic do we have  any standard FM...

BAPI_ACC_DOCUMENT_POST using customer F and clearing bsid open item

   Recently I need to create a program to create clearing document. I want to use this bapi: BAPI_ACC_DOCUMENT_POST   But I come across two problem:   1 . how can I use the posting key 15 and account F to post in the BAPI ?  the ACCOUNTGL doesn't hav...

Resolved! Unable to print main window and associated secondary windows in next page

Hi All,iam print line items values in first page by using main window (table) and associated  terms &condition in second window(template).But i want terms & condition to printed in other page.I tried to create COMMAND to manually trigger second page ...

JeetOP by Participant
  • 6404 VIEWS
  • 20 REPLIES
  • 0 Likes

Wrong document URL for content server

Hi, In my code I'm getting the url of an image by using the function: CALL FUNCTION 'CVAPI_DOC_VIEW'   EXPORTING     PF_DOKAR               = it_objectlinks-documenttype     PF_DOKNR               = it_objectlinks-documentnumber     PF_DOKVR         ...

REGARDING CALCULATION

Hi Friends,when i am multiplying the reference value (WA_VBFA-RFWRT) and currency (WA_XKOMV-WAERS) . i am getting wrong value . please help on thisWA_VBFA-RFWRT = 5.490WA_XKOMV-WAERS =  3.67350by multiplying . system is showing  2016751.500 (WRONG).p...

Labels in this area