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...
Hi All,I have DEBMAS coming into my system as Inbound and it is creating Customer.Now I need to replicate these customers to another SAP System (say S2),so, I need to trigger an Outbound DEBMAS on successful processing of a Inbound DEBMAS.I have gone...
Hello All,I have implemented a Kernel BAdi; BADI_PDT which has standard implementation as well, I want to sort these two implementations according to my requirement:For Example: my implementation is always calling first and then standard implementati...
Hi,I know that I can create ONE new tab on MD04 with badi MD_CREATE_GROUPING using CL_EXM_IM_MD_CREATE_GROUPING (IF_EX_MD_CREATE_GROUPING~GET_GROUPING), but is it possible to create multiple tabs using this?Has anyone ever heard of this or had to do ...
Hello Experts!Please is it possible to CALL TRANSACTION AND SKIP SCREEN (Not FIRST SCREEN) to a specific screen? t For an example you need the program to go to a specific node on the SPRO transaction. The statement is activated by clicking a push-bu...
Hi Experts,I searched the forum and I didn't find an answer to this specific question. I'm not an ABAPer but I need to know this before I approach one to look into this issue.Our users facing some problems when searching for equipment using manufactu...
Hi,I have to make one column of the item details in ME52N, read only based on some conditions (for some specific plants). I tried analysing BADI(s) and user exits and even implicit enhancements, but I didn't got any succeed.I don't want to chnage th...
Hello, Please I need help regarding the Wizard Builder screen tcode (SBPT_WB). Is it possible to inscrease the screen size? maybe to full screem?Thank you!
Hello All, I am using the FM FTP_R3_TO_SERVER to send a PDF to an external server (SharePoint). How do i encrypt the file before I FTP it to the external server? And Would SharePoint be able to decrypt it?Also how safe is the FM FTP_R3_TO_SERVER to u...
Hi Experts,I am facing one critical issue. One user was having access of one T-code but suddenly he is getting message that he is not authorized for that T-code. I have checked any change for his user id but no changes has been done. Even When I am s...
Hi All, Please suggest how to Enhance-PF status of VL10C tcode ?I need to add two custom buttons to the PF Status of below screen.
Hi all,Sorry for basic question but I am still fairly new to ABAP. I would like to call tcode RZ70 from my ABAP program, set the two input fields and call "Start SLD data collection now(F5)".I have tried the following:CONSTANTS: lc_string TYPE string...
Hi,I have created custom fields in CJ20N transaction using the customer exit - CNEX0007. I need to copy the custom fields from L1 to other levels without clicking on the custom screen for other levels (L2 and L3)I have created.Thanks in Advance.
Hi,I have used barcode Code 128A format which should read the combination of EAN number,Batch and Expiry date.So i have concatenated all these and passed to the barcode.While scanning it is not reading the proper values.I have tried with concatenatin...
Hi All,I have a requirement in which the report selection should have a traffic lights as input fields.For example, I have a status and possible inputs will be Error, Waiting and Completed. Error - Red light Warning - Y...
Hi when i am trying to load the screen for the first time the screen is loading with 0. Can any one help me with this. I do not want 0's to be loaded.
Hi All, I am facing the idoc status as 64 and 62 sometimes while processing by we19 by function module. I have checked the partner profile settings( WE20) as trigger immediately. But still the idoc is not processing even when i trigger by BD87. while...
Hi,Currently i am using BAPI 'BAPI_PRODORD_CREATE_FROM_REF' to create Production order.But problem is when reference Production order is MTO than we need reference Sales order also to be updated.Sales order update is not happening.It seems above BAPI...
Hello,i have written a singleton class for measuring the runtime of different parts of our programs.It gets timestamps before and after some routines, calculates the runtimes and logs the results in a DB table.My problem is: if someone would debug th...
Hi,I am generting csv file with some sales data and trying to capture the header fieldnames of each field by using FM GUI_DOWNLOAD.I have passed the required header fields in FM through internal table but,only data is coming in csv file. The header f...
Hi Gurus,now i am running crazy due to a Problem with SAPScript!Following is a part of the script:/E ER_CREDIT_HEAD/: PERFORM ..... IN PROGRAM ..../: USING &...&/: CHANGING &GV_TEXT&/: CHANGING &GV_REMARK&/: EN...
Hello,I create a extractor generating the xml files.I get the xml files but with invalid characters from tables LFA1 and KNA1.I'm using encoding="UTF-8"Any idea to resolve that error?this is the error:
Hi Experts,I have a requirement to update an existing printout in MB90 with movement type 302.How would I know the name of the smartform used ?
What can you do? Note down which actions and inputs caused the error. To process the problem further, contact you SAP system administrator. Using Transaction ST22 for ABAP Dump Analysis, you can look at and manage termination messages,...
Dear All,I have to add extra fields at activity level in CJ20N. But i didn't find any exit or badi to add the fields. Can we add extra tab at activity level? Regards,Renu
Hi,While trying to schedule a Write Job (of archiving object MM_MATNR), the job is getting cancelled with a job log: Jobs of type WRI cannot be scheduled. Error message number is BA307. When I searched in google, it said that it is an authorization i...
Hi Experts, I had created an ALV using OOps,now what is the requirement is we need to display the total no. of records in screen.Can Any one pls tell me how to achieve it.Thanks in advance.
Hi, Do you have r/3 4.7 ides system access if yes continue reading; i want to verify if you have Add-on ALMBAPI per-installed with fresh r3 4.7 IDES system or not? Or alternatively can you check if RFC/FM BAPI_ALM_ORDER_MAINTAIN exist in your 4.7 IDE...
Hi all,I am not sure is it a security or FM related question, but I have this problem....While trying to use transaction FR50 and create budget on a certain level in a structure,the program asks for Activity 20 for several obejcts, for ALL higher lev...
Hi ,Functional team has added one field in Plant/Stock View of Material Master and extended that field in MARC. My requirement is to update this field.For this I have extended BAPI_TE_MARC & BAPI_TE_MARCX and I am using BAPI_MATERIAL_SAVEDATA for upd...
Hi AllThe requirement is to develop a custom program that after runs BAPI_REPMANCONF1_CREATE_MTS and BAPI_TRANSACTION_COMMIT exporting wait = 'X'....At the same program I need to obtain the OT number. The problem is that although everthing runs OK - ...
Good Day Experts,I have a custom program with a single selection parameter. There is a transaction code assigned to this program. I am calling the transaction and passing data to the parameter through a generated SAP Shortcut.When the user double cli...
Hi all,I need get the accounting document (BKPF-BELNR) after save in VF01 transaction, I use RV60AFZC program but don´t work, I also run debug but did not find the accounting document.Best regards.Robert
Dear sir,In our office daily 4000 GRN's are made.We take only part1 during GRN. Part2 is posted after GRN and is done manually via J1IEX. I want to extract report for all those GRN's out of 4000 for which no excise value is there i.e. nil excise duty...
Hi,I'm adding the production system in STMS and i was unable to. This is due to the connection of the production to domain is using wrong port. Please see attached for screenshots on what was done.ERROR: partner 'dcbubwt02.diageo.net:sapgw08' not rea...
Hi there,Does anyone know if exist any function module, class, table, whichever to get transactions used by specific user in a period?I found it in ST03N transaction, but it's a bit confuse to understand it... There is a local class in include SAPWL_...
Hello Dear community member,After i install HANA studio trial with Eclipse correctly, now i decide to install HANA ABAP eclipse trial (which is mandatory for installing HANA NW BW), but in the setup steps, after installing sap gui windows 7.30, by cr...
Hi all,I'm trying to set the currency in infotype 0008 as USD which by default is ZAR. How can I go ahead in acheiving this ???Should i have to use any BADI (HRPAD00INFTY) or any other resource ???Please any help needed....Thanks,Chaitanya.
Dear Gurus,We have a requirement where Notifications are created from TC: CIC0. But when we create Notifications from TC: CIC0 and display them in TC: IW52/IW53 there are some fields (in a subscreen area) that are not getting displayed but when we cr...
Hi Experts,For a report output which of ALV_LIST_DISPLAY type , when I am trying to export to spreadsheet, if there are multiple lines for a specific row than only one line is downloaded into excel sheet.Please suggest.Thanks,Balu
I create custom tab in BP . In custom tab create table control wizard with ztable . I need to store data of partner and company entered in BP must be stored in ztable . I stored partner in ztable using FM 'BUP_BUPA_BUT000_GET' & i need to store ...
Hi,I am in RSECADMIN and it states that some of the authorisation objects have been assigned via roles.There are some generated authroisations objects it is stating has been assigned by roles. I am only assuming that in the role it has been stated th...
Hello,I have created a custom node in the standard IMG (ref. ) and everything seems to be working fine.The TR is also updated with the IMG activity (super!)Normally when we click on the IMG activity, we are taken to the IMG (or given a popup to deci...
Hello expert , Before posting this post , i have search in SCN but i didn't get required information.Example : I want to send the material data from sap to non sap system ( portal system) , in sap system when i am executing sm59 t-co...
In a Depot Sale excise invoice is created after PGI and before invoice- How can we block the billing for a delivery whose excise invoice is not yet created ?
I am new in SAP/Abap and I would like to ask how to ME21N T-code "latest GR Date" field mandatory? *without configuration SPRO * Just abap development. through the PO types can i develop it ?
Hi All,I have a problem , one of the client requirement is in purchase order (PO) there will be price in PB00 ., but a new conditon type will be entered in the condition tab in item data and the price entered under this condition type has to be tak...
Dear All,I want apply the color legend to the Items in the transaction /IRM/GCRM(Vistex). For this i want to do the Enhancement as BADI.Please help me for this any BADI is exsted..!Thanks,Ram
Hello Everyone,I made a webservice in SAP which is used to Create Customer in SAP. However, due to some missing parameters, it is returning errors.Errors are in German and I want that errors should be returned in English.Language depends on the logon...
Hi,I have a drop down list on my screen. the requirement is , if the drop down list has values , it must be shown as a drop down list on screen. But if the drop down list is empty , the field must be shown as a text field and the user must be allowed...
LS,We are on SAP basis 740 sp 8I'm trying to use cl_bcs to send an email to for instance outlook with a read confirmation. I'm not interested in the reply back to SAP wether it has been read or not, I just want the recipient to notice that there is s...
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.
User | Count |
---|---|
3 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
Subject | Kudos |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |