Re: Requirements output control routines for EF and E1 applications
Hi Paul , Not sure what your exact requirement is. Communication structure for E1 : KOMKBE1(VEBELN is your Inb Delv Number), You can use User Exit EXIT_SAPLVCOM_003 for manipulation of data . For EF :...
View ArticleRe: VF01/VF02/VF04 - Check Net Value >=0
Hello Lakshmipathi, Thank you for your response, I already thought about doing that but the thing is that at item level the customer will have a position that can be negative and other one that will be...
View ArticleRe: Copy over delivery/ under delivery tolerance values from SO to Prod ord
Hello, I'm also looking for a solution for the very same problem. Did you find a way to transfer the values? Best Regards, Matthias
View ArticleRe: IC Agent Toolbar missing after upgrade
Hi Team, it got resolved after maintaining below functional profile parameter and did client copy from DEV client(100) to Testing client(140). you can assign the following standard function profiles to...
View ArticleRe: Receiver Soap Communication Channel Error: invalid security
Hi Inaka Vila I tried with n=marking the checkbox "Do Not Use SOAP Envelope".Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response...
View ArticleRe: DI Server: -131 The TAO NT Naming Service has stopped
I copied my project to a other computer and tryed to debug the error there. I get here the error on Runtime: Die COM-Klassenfactory für die Komponente mit CLSID {F3D77DAE-6C14-426E-B56F-C550BDE8B09D}...
View ArticleRe: CU50 Configuration: Characteristic Value Assignment & Inconsistencies
I had to re-arrange a couple tables, as well - but it worked! Thanks for your help!
View ArticleIssue with Privilege
Experts, When I was trying to build an XSJS application on HCP (trial version) using this...
View ArticleRe: Evidence of Project Stock on MRP Excluded Warehouse
Valentina,You want to see the project details then select the project stock and click on detailed display. BRKK
View ArticleSAP HANA Studio Secure storage password recovery
Dear all , I am using SAP HANA with Linux server .So i am trying to log in SAP HANA Studio at that time system is asking secure storage password. How to recovery password . I have attached...
View ArticleRe: User Exit for modification of one of the fields of Idoc segment
You were almost there The correct exit is EXIT_SAPLVV01_001. The exit EXIT_SAPLVV02_001 that you have used is for Inbound Processing of DEBMAS :-)
View ArticleRe: Subcontratação Triangular
Bom dia Caio, É então, por isso minha dúvida da nota fiscal manual. Você não pode fazer o movimento 541, senão criará duplicidade de estoque no fornecedor mesmo. E outra coisa, caso você não tenha...
View ArticleRe: Error: Updating Events for EH Set
Hi Arun, this seems to be a bug. I was also not able to get a TRXID and TRXCOD into the message.I think you are also using the Technical View for EH Sets? Please open a ticket that it can be...
View ArticleRe: SPnego on ABAP -- SICF services - Alternative Logon Procedure
Hey Thomas, for me, on 731 SP07, we ended up not messing with any of that, and taking the default "Standard" procedure. Like I said in my original post, you could change these for a CRM system:...
View ArticleRe: CONVERT_TO_LOCAL_CURRENCY in a routine
Paulo,If you execute the FM locally in SE37 and pass the same value - does it return a result ..? If it does , then check the data types of your variables in the code - see if you can use a float...
View ArticleRe: Reverse Engineering Permission Table
Hi Bruno, What version of PD are you using?What DB2 DBMS file are you using? Thanks, Adam
View ArticleRe: Set Variables Window When Modifying/Edit Webi Report
Hi, See attached screenshot.Click on the set variable icon and if prompts are not required then uncheck the option or use Bex query define prompts. If your is different then share the set variable...
View ArticleRe: How to get Release Procedure for Movement type
There is no release procedure applicable for materials documents.. You can create custom process .. or check with workflow .. You have use combination of both or may separate module pool.. MIGO...
View ArticleRe: Batch Job mail trigger
Hello I use table TBTCO and SQ01 infoset query for this purpose. I monitor failed jobs daily with a report turning once a day in background. It’s been very reliable for last 3-4 years. Create Infoset...
View ArticleRe: Alter column difiniting in a column table
Hi Ravi, Try this alter table table_name drop (column_name);It worked for me.
View Article