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

Resolved! Formula...!!!!

GS_FINAL-OR2 = ( ( ( LIS_TY_QALS_QAPP-OR2 * GS_FINAL-TON ) + ( GS_ONE-OR2 * GS_ONE-C_TON ) ) / V_DIVIDE ).GS_FINAL-OR9 = ( ( GS_FINAL-OR8 * 100 ) / ( ( 2.8 * GS_FINAL-OR5 )+ ( 1.2 * GS_FINAL-OR6 ) + ( 0.65 * GS_FINAL-OR7 ) ) ).The 1st formula is wo...

Resolved! Bapi-Function Module

Hi all, I am using function Module i.e.,'BAPI_ACC_DOCUMENT_POST' to upload the data for F-02.After posting it sucessfully i am getting a message,my problem is i need to do modifications in this message.Can anybody tell me how to modify this message o...

Resolved! Screen exit problem

Hi all,I am able to found the screen exit for MIRO transaction and it is in the Enhancement LMR1M00, when i double click on that screen exist it is creating the screen number 400. But my problem is Background program for MIRO is RFUMSV00 and the scre...

package

Hello Guru , I want to assign set parameter and get parameter in global variable , I have written the code but system is not transferring the one selection option ( from one field ) to other selection option ( in other program selection...

Resolved! Function Modules

Hi,What r the function modules to be used to save the pdf file stored in application server directory to desktop.I think I can't use Gui_download.Using open dataset for input , I could display the output in the zunk character form , but I need the pd...

Resolved! Vendor invoice posting

Hi All,While posting the invoice through the transaction F-43(Direct posting) if the reference number is matching with the previous document (i.e. already posted) then it is not allowing me to post another document by throwing error message. Now my r...

Resolved! Form printing

Hi, I have saved pdf file in application server directory. Now I am reading it and displaying on desktop.For this I did as below. open dataset p_file1 for input in text mode encoding default. if sy-subrc eq 0. do. read dataset p_file1 into ...

delivery order

Hi All, i am creating a sto order through me27,but not able get that sto order in transaction vl10b(for delivery creation) to create delivery order.so please tell me what are the changes have to do in spro to get sto order in vl10b .

Resolved! Logic

Hi allI have a requirement such that the user has to enter only the multiples of 10....like 10,20,30,40,50...If he enters 1,2,3,5,6, or anything that is not a multiple of 10.I need to give a error message.I wud be happy if u can write logic below.Ple...

Resolved! Logic

Hi allI have a requirement such that the user has to enter only the multiples of 10....like 10,20,30,40,50...If he enters 1,2,3,5,6, or anything that is not a multiple of 10.I need to give a error message.I wud be happy if u can write logic below.Ple...

Copy Standard Program

I want to copy standard function module used to post idoc. The standard function module has couple of user exits (there is code inside it). What will happen to those user exits. Will those be copied to Z program and called from new program too.Thanks...

Resolved! Problem in ALV

Hi Guys, I have a small problem in ALV.For my report output I have used ALV.I used two function modules 1) REUSE_ALV_FIELDCATALOG_MERGE2) REUSE_ALV_GRID_DISPLAYMy output every thing is fine.My problem here is when I am pressing Back ...

Product availability

Hi All,How can I find open qty and confirmed qty based on selection screen either matnr(sku) or cust num? What are the tables and fields I have to use? I donot have to separate it by order, just the total Qty based on customer.I see VBFA-RFMNG as qty...

Labels in this area