Re: Link between SAP CRM Contract Number and ISU Contract Number
Hi Dan, Check table EVER_CRMQ in ISU.It will give you the link b/w ISU contarct and the CRM transaction number. Thanks,Amlan
View ArticleRe: Lead time ins hour and days for shipping point.
Thank Reddy, I know the concept but the fact is quite weird regarding the pick/pack time and day. The pick/pact time doesnt impact to schedule at all as I tested (you have same conclusion as well if I...
View ArticleRe: Create Project Object "OPRJ" Using SAP B1 SDK
Hi Bilal,Below as sample in B1SDK help Dim oCmpSrv As SAPbobsCOM.CompanyService Dim projectService As SAPbobsCOM.IProjectsService Dim project As SAPbobsCOM.IProject oCmpSrv =...
View ArticleRe: Assigning Classes to Multiple Plans
Transaction CL24NAt first you have to remove 'check' for master record class indicator at transaction O1CL(configuration).- object: PLKO (task list)- class type: 018- objects: PLKO and PLPO Regards
View ArticleIdoc new Z-segment was not populate in Pi
Hi All, i am having scenario that is IDOC to FILE scenario, this scenario there is new Z-segment added in Idoc side, so this new Z-segment it was not populate my PI message mapping.can you please help...
View ArticleRe: UDF for Checking 2 values and building context
Hi CH Try out the logic below. Your UDF should be of type "Queue". for (int i = 0; i < a.length; i++) { boolean found = false; for (int j = 0; j < b.length; j++) { if (a[i].equals(b[j])) {...
View ArticleRe: Parameter effectivity in PIRs (MTS strategies)
Hello Caetano, As per your response, If there is a effectivity parameter created for a BOM, is it possible to make changes to the effectivity from MD62 for a MTS scenario ?? Regards
View ArticleRe: User Population issue while using SSO login
Hi Ishann, How did you resolve the issue RegardsSunitha
View ArticleRe: The maintenance dialog for is incomplete or not defined
Yes, there is a bug is my code, thank you.
View ArticleRe: The maintenance dialog for is incomplete or not defined
Thanks so much. I have call the FM twice, so the second time show the error, so sorry!
View ArticleRe: CK11N problem
Please check what conditions you maintain in condition tableas you maintained your sub-statergy priority as purchase order price via condition table i.e.condition type,valuation view, valuation...
View ArticleRe: Global Class: syntax problem
Hi Venkat, If your vendor code is empty, then you set a condition telling that when it is empty, you put all. Example. IF VEN-VENDOR IS INITIAL. VEN-VENDOR = '%'. ENDIF.Best Regards,Charlie
View ArticleCreate a Script-Based Calculation View in HANA Development Perspective
Hi Friends, I am trying to create script based calculation view in HANA development perspective using project explorer. When I create the file with extension like CV_TEST_SQL.calculationview , I am...
View ArticleUpdate stats failed with ORA-20000
Hi, In our BW prod system update stats failed with the below error. BR0301E SQL error -20000 in thread 2 at location stats_tab_collect-89, SQL statement:'EXECUTE stmt_1x''BEGIN...
View ArticleRe: How to get the consumer IP address : EJB exposed as web service
try with below code... import javax.servlet.http.HttpServletRequest; @GET@Path("/yourservice")@Produces("text/xml")public void activate(@Context HttpServletRequest requestContext,@Context...
View ArticleRe: Wrong migration key - installation number 00000000
please check note 1134948, it contains installation number 0000000000 issue
View ArticleRe: IDM NW AS ABAP account security settings
Hello Ron, For Reading/Writing user to NW AS ABAP, the user type should be a service user. For Reading /writing user to NW AS JAVA, the user type should be technical user. For more information please...
View ArticleRe: Export to Excel using Webdispatcher
Hi Wences, Here is the current config of the table.We tried to fill in an asterisk for domain and host and the port 443, however, the site became unsecured. Do you have other recommendations? thanks!...
View ArticleRe: MDM connect to ASE error
I changed the partition to 2, but when I create repository, there is an error message in MDS log although the repository can be created successfully, please see error log below, can you have a look at...
View ArticleRe: Export to Excel using Webdispatcher
Hi Kamil, We know the path in sicf but we wanted the exact location for the excel file.Should we add the uif_export_tab in the web dispatcher configuration? Thank you. regards,Grace
View Article