Problem opening SC(shopping cart) by SCM teamU+UWL related applications
Hi All, Our SRM system version is 7.0 EHP3 and Portal version is NW 7.4. Last week, our portal team informed us be informed that many users are unable to see shopping cart related tasks in their task...
View ArticleBADI
Hello Gurus, I am very new to ABAP area and want to understand the BADI. Could any one please send me the information on BADI with some simple exaples of how to implement BADI which is easy for a...
View ArticleRe: Issue while installing a Patch (P3) update for SAP BI 4.1 SP6 (Client Tools)
Hi, did you checked the installation logfile? Regards-Seb.
View ArticleRe: Custom assignment block not editable in Change Document (SM_CRM)
Thank you Christoph! Strange how the CR doesn't need that change in the code but the CD does. My new field in the custom AB is now editable. Thanks!
View ArticleRe: ALE connection between S/4HANA Finance and ECC availability?
Thank you, Aleksey. Do you know where I can find the complete list for disabled ALE scenarios? or whom I can approach? and do you know why this ALE scenario is no longer supported? BR, Lawrence
View ArticleBasic Stuff: How to create/attach labels for materials?
Hello all!I guess this should be a quite simple process to most of you guys, but I would like some help with creating ( + designing) a label for a material (if possible with a qr code!). I browsed the...
View ArticleHCPms and identity propagation
Hello dear fellow SCN members, We are currently in the planning stages of an HCPms hybrid application. I am trying to get my head arround the different authentication methods and how to propagate...
View ArticleOperations go missing when converting Planned Order into Production Order?
Hello Experts, We are facing one issue in PP/DS, where sometimes when a planned order is converted to Production order the Operations are no more visible (see below) screenshot: Initially we thought...
View ArticleRe: BPC Transport Error
Hi Rahul, please refer to this detailed description to BPC Transports, may it helpsSAP BPC 10 Transport Guide Regards,Achim
View ArticleRe: ITSM - BW Reporting - incidents
Hi,The calculation is -- Total number of incidents created during the time period / Total number of Incidents closed in the time period. Regards,Kathir
View ArticleRe: Backorder Processing showing Delivered orders
Hello Disha, Few comments apart from what other experts have suggested. 1) What does your /SAPAPO/OBREF table say for the sales order line items for which the deliveries have been created ? Does the...
View ArticleRe: Workflow Scheduled Rules
Hey again Radek, I don´t have any option about the hours. When the relative time is on the time that system execute the workflow is always at 12 a.m. and I know how to change it.Best regards,Bruno Tiago
View ArticleRe: Create like spliter line with text
I believe that you will have more code to write if you do not use custom control. And this is precisely what custom controls are meant for. I would love to know if you (or other folks) have a better...
View ArticleRe: Modify ZCustom table from Internal Table
You can try with: MODIFY zmmkc_manufact FROM TABLE ltt_company1[]. without loop. Alessandro
View ArticleRe: how to make regex_replace work in Data Services 4.2
Instead of 30 staging tables, you could try a case transform to split out by the string you want to match, perform the regex_replace, then merge back together and write to the Target table.
View ArticleRe: I am not able to send information to collection agency by FPCI
Hi Amit, What is the submission status of the receivables, when its full paid?Are you using any custom submission status for the same? Check event 1729;which gets triggerred during FPCI.In this event,...
View ArticleAuto-Magically need to add copyRight
I need to add a copyRight header to all the methods and events in an object in PowerBuilder. I could have sworn someone like Roland Smith (or one of the other PB "old-timers" ) had written a utility...
View ArticleRe: odbc connection to ADS server
Did you analyze the help file? https://devzone.advantagedatabase.com/dz/webhelp/Advantage11/index.html?odbc_odbc_data_source_entries_for_linux.htm
View ArticleRe: PB Newbie - INI file
Create a new target of type "Template application".This will generate some basic code and classes. The generated connection service class shows how to read connection properties from various sources....
View ArticleHow to unzip a ".tar.gz" format file from application server to presentation...
We have a requirement to unzip the ".tar.gz" files from application server in ABAP program and save the unzipped files to presentation server. I have found out the class CL_ABAP_ZIP is not working for...
View Article