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...
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...
FI Input Entry in which there are 2 Line Item - Ref No, Vendor Code, Vendor Name, GSTIN is coming in only 1st Line rest is coming Blank
Hello SAP experts, Getting ALE Error-29: Entry in outbound table not found for all message type MATMAS,DEBMAS,CREMAS. Please help me with the solution. I went through relevant blogs ,among them one blogs has notified message control data is missing...
class lcl_tables IMPLEMENTATION. method set_data. select vbeln kunnr bstnk erdat from vbak into TABLE it_vbak where vbeln in so_kunnr or kunnr in so_kunnr or bstnk in so_bstnk or erdat in so_erdat. if it_vbak...
Dear All Please help me where I am missing. I am using BAPI_ACC_DOCUMENT_POST to post the documents. Everything is working fine. But the Header text is not populated. header-username = sy-uname. header-header_txt = 'Transfer Cost Posting'. ...
Hi friends, The requirement is to post MIGO during process order confirmation - COR6N. I am creating a custom implementation for MB_DOCUMENT_BADI. in the implementation, I need to create a custom FM for achieving this goal. How to do this? Please s...
Hi SAP professionals, I declared 2 new Key fields in a custom table, imported to Quality system, there is some problem coming while importing. Then I tried to remove my new added fields from table and port to Quality, still there is inconsist...
Hi experts. I have task that should make same entries order between ECC and S4hana when i use SELECT syntax and insert that data record to Internal table. Problem is If the ECC program source have order key from SELECT syntax or have internal tab...
Hi All, I am using message type Z_DEBMAS which is of slightly lesser fields as DEBMAS. At receiver side, I need to change the field values at great length. Should I create Z process code and copy FM IDOC_INPUT_DEBITOR_MDG and change field cont...
Hi I have a script recorded and runs perfectly but there are sometimes that it stops because a pop up message appears How can I Write an if condition that if there is a pop up message then press enter? Thank you
Hello guys. We have a Z program that makes an update in the payment method of a document where we select several documents and process them and then we look to see if the payment method has changed. when you change the payment method via ...
Hi, I'm installing SAP ABAP on opensuse virtualbox. After extracting the 11 rar files and installing the files and entering ./install.sh an error occurs. After reading in other posts it looks like it is a license problem. Thank you in advance! ...
i am getting 5 line item in ekpo table but i am getting four line item from eket table. please provide me solution. READ TABLE x_ekpo INTO wa_ekpo INDEX 1.IF sy-subrc = '0'. READ TABLE x_eket INTO wa_eket WITH KEY ebeln = wa_ekpo-ebeln ebelp = wa_e...
Or listen via the podcast version: https://podcast.opensap.info/sap-developers/2022/07/29/sap-developer-news-july-29th-2022/What’s new for SAP BTP- What’s New for SAP BTP: https://sap.to/6051z0NbZ- What's New in SAPUI5 1.104: https://sap.to/6052z0Nbw...
Consider the following statement: DATA(ls_mara) = VALUE mara( matnr = 'TEST_10000' ). INSERT mara FROM ls_mara. COMMIT WORK AND WAIT. SELECT SINGLE FROM mara FIELDS * WHERE matnr EQ 'TEST_10000' INTO @DATA(ls_result). [...] We want to ma...
How can i find the table types connected to the table example: i know the scarr table but i don't know if it has a already made table type my goal is to find the table type of /SCMTMS/D_TORDRF but i don't know how
Hello how to convert this select statement to bopf query? i am new in BOPF and im not knowledgeable yet please help or give me ideas this is my select query. i also dont know what to call in the query the current query key i know is the root->root_...
i need to make herocy in CONTROL TALBE I HAVE FIND IT IN MIGO APPLICATION , BUT I CAN'T IMPELEMTN DONT KNOW HOW TO DISTINGWISH ALL THE BUTTION HAVE SAME NAME IF I DEAL ONE ROW ALL BUTTIONS DO THE SAME HAVE SAME NAME
When I am executing BAPI_ACC_DOCUMENT_REV_POST I am getting the dump ' Function module "FIN_CFIN_RWIN_DOC_PREREV" not found.'
Dear SAP-Experts, When calling the transaction code KO88 for Settlement Rule in SAP, I get an error message (see Figure_1 & Figure_2). I tried to find out with the help of Debugger from which database table the G/L account 12200595 is read....
hi everyonei want to share my code beacause i have a dump and some expressions to correct please tell me what i have to change, i think u can see in the code what i want to display.i have an exception in the last ALV, i think i don't use right inte...
Hello World, ...there's something about the dynamic method call that I dont understand. Here's the setup: zcl-phrase.txt - the only purpose of this class is to hold a string in a public attribute PHRASE and provide a wrapper method for test (3)...
I NEED TO TO DO LIKE IN FIRST PIC ITS FROM MIGO I HAVE TO CLICK ON BUTTION AND INSERT NEW LINE AND NEW LINE DONT HAVE THE BUTTION AND ONLY THE BUTTION I CLICK ICON CHANGE BUT I DONE UPTO THE SECOND CREEN SHOT I DONT KNOW I CAN INSERT NEW LINE BUT I...
Hi guys, Can anyone tell me why XMWST field in BKPF is not ticked (X) even if I ticked 'calculate tax' check box in MIRO.
Hi all. I have implemented a custom control in order to have a multiple line input option. In Pa30, i try creating a record and save it. when i go to display mode, the custom control field is still in display mode and hence i can still edit it. Whi...
Hi experts, I am trying to loop over field symbol but unable to understand how to do it. I am taking table name dynamically, so I do not know the structure of the table. Below is my code. CREATE DATA LR_TABLE TYPE TABLE OF (TABLE_NAME). ...
Hi experts Using cl_gui_alv_grid I'm refreshing my table after inserting a new row at the top. So the cursor or scroll goes to the top . But in persona screen the cursor or scroll stays stable. It does not going to the top of the grid So could...
Hi Community,I am trying to build a connector between Salesforce and SAP HANA, and for that, I need REST API. Can anyone please help me with that?
Hi, currently my company create a program to upload roles in txt file to insert and delete roles of a user, however, I am facing a problem which is the program unable to add new roles for the new user in sap ABAP. This is because the new user without...
Hi, I am trying to update the field 'Assembly' for each of the operations of a Work order based on the header field 'Equipment' info. I tried using BADI 'WorkOrder Update' and using the BAPI_ALM_MAINTAIN inside the method of this BADI. But the ...
Hello experts, My mission is changing equipment characteristic value. I used some of BAPI's which are wrote below but didn't work. BAPI_OBJCL_CHANGE BAPI_CHARACT_CHANGE BAPI_CLASS_CHANGE CUCB_SET_CONFIGURATION CUCB_CONFIGURATION_TO_DB C...
i am trying to work on an example of user exit but after i put a breakpoint in one program and goto other to check if my exit point is correct so while executing the second one i am getting error as below:"Internal error - incorrect FORM call from GE...
Good Evening All, By Mistakenly i have deleted smartforms . so can any one suggest me how retrieve the smartforms. Thank You!!!
can someone tell me fields for ne price, net value and total value in ekko and ekpo tables
Hi experts, I am trying to find the exact version where OFFSET support had started I got this link which states 7.51 https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abennews-751-open_sql.htm Anyone has any other links confirming ...
Hi All, please help me with the below situation. I have a requirement in which i need to create a tasklist for functional location by coping another task list using TCODE IA11. as of now when we create a new tasklist using another task list as ...
Dear experts , getting problem in module pool programming "LW_TBC-MENGE" Error text................ FX015: Sign lost.
Now: before.png Need: after.png
Rejection qty has been wrong entered in qa32 and moved Need to return the rejection qty In mb51 rejection qty is shown
Hello All, We are using T-code /n/scwm/sgi to do Goods Issue, after doing goods issue Movement type should be changed from 601 to 201 in Vl03n, but movement type is not getting changed.. what could be the reason .
Account *** requires an assignment to a CO object in MIRO. I can't fill G/L Account ?
I would like to make a report that shows total sales of a product across multiple years.So it would look something like this:Product 1 | Total quantity sold in year 1 | Total quantity sold in year 2 etc.Product 2 | Total quantity sold in year 1 | Tot...
Sap Business oneI would like to add information to a report that looks like the code below, but for multiple years. So the output should be something like this:Year 1 Jan, Year 1 Feb, Year 1 Mar etc... And then Year 2 Jan, Year 2 Feb.I've tried dupli...
Hello all, I'm new with SAP script so I have a question, How can i check if target is clickable or not as you can see in the image below, I want to check if the X icon appear then click if not skip to next record. Thank you
Dear All This is regarding Migration Legacy Payroll Result to SAP HR (Singapore). Please advise the following: 1. What are the Wage Types required to be part of Migration 2. Which tables need to be updated? 3. Is there any template availlabl...
hiplz help how i can stock path transport request and how display all environments in alvthanks
Hi everyone, we are using a Smartform which has a MAIL_SENDER and MAIL_RECIPIENT parameter, to which an OBJKEY is passed. The new requirement is so set the sender address to a specific email address which does not exist as an OBJKEY. Unfortunat...
Hellp SAP Community, I have a program in which I have to "Calculate the amount to be paid" This is the formula : VBRK-NETWR + VBRK-MWSBK + KONV-KWERT The code I wrote is incomplete or missing something , can you help me out ? NB : I have a...
Hi, I have checked answers related to this question, but I did not find the appropriate answer. So, can you please help me in solving the below issue. I have created a text field(COUNTRY) in subform1 which holds the country value. In the subform2...
Hello Everyone, I have one requirement, we are receiving the file from DHL courier regarding freight charges ,need to update freight charge details to delivery item level with ZFRA condition and amount . No manual action required to enter . Curre...
Hi... I need to fetch tables under particular TR and then store it ... And then I need to fetch and compare table entries of those table from source and destination system both and as a result I need to get extra entries from both the system..........
These materials will help you participate and connect with other members.
Find answers to basic questions about using SAP Community.
Learn about community rules, take our tutorial, and get support.
Familiarize yourself with questions and answers.
Share your knowledge by contributing to the community.
Introduce yourself and get to know other members.
Subject | Kudos |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |