SAP Characteristic Issue
Hi Gurus, I'm facing a problem where I need to get "sub characteristics" (if this is what they are called) for a Material. I searched SDN and Found how to get characteristics for a Material, using...
View ArticleRe: Debug an Smartform (Initialization)
Hello Guys, I have solved my problem, MIGO Transaction can't debug the pinting directly, you can debug your smarform of MIGO in MB90 transaction.In ouput type you need pass your ouput type, in my case...
View ArticleRe: Error: Resource does not exist during CIF
Hi Nagendra Kumar, Check if the Resource is assigned to the Active planning version 000. Probably the resource exists in APO but is not assigned to the planning version 000.To assigned the resource, go...
View ArticleRe: 12.6 SCC Issues
Hey Ted, I was able to copy some of the old PB 9 shared DLLs back in there (renamed those 12.6 DLLs for now), and the MKS SCC is working in both of them now. Of course, the obvious potholes looming on...
View ArticleRe: PO 7.4: NW BPM How to create Data Objcets.
Hi Harish!!without data object how to use incoming data in BPM? I need to call a synchronous service using this data. ThanksSandeep
View ArticleRe: Statistical WBS assignment to Work Orders actual cost issue
Thanks Dnyanesh I tried both these solutions and it is still not showing the actual cost at the WBS level. For 1. I set up CN41n as explained then settled the work order and the actual cost still...
View ArticleRe: List of allowed modifications in SAP B1 database
Hi, To be clear, none of the DML scripts is allowed to any of SAP owned objects. However, if you have your own objects without interacting with B1 objects, you are allowed to do anything you want....
View ArticleRe: How to activate a company code in parallel accounting when it is already...
There is no need for migration cockpit in this case. I have done this a number of times so far. Just follow the simple steps in your DEV client to prove the logic. Asign the old Company code to the non...
View ArticleFBVB not updating the z field in BKPF
Hello SAP Experts, We are facing one issue related to the z field that we have added to the FV60 screen using the BaDI - BADI_FDCB_SUBBAS04. After implementing the BaDI the field opens up in the basic...
View ArticleRe: Grouping Items in SAP B1
Hi, Please check this link for comparison with starter package with standard B1. SAP Business One Starter Package - SAP Business One Central Thanks & Regards,Nagarajan
View ArticleOrdenes de compra con Ordenes de Venta
HOLA LES COMENTO TENGO UN QUERY QUE ME ARROJA INFORMACION DE ORDENES DE COMPRA AVECES PARTICIONADAS PARA CIERTAS ORDENES DE VENTA.( P.E. OV 45321 CON 12 OC 32154,......N.) TENGO UN CAMPO DE USUARIO EN...
View ArticleFAGL_FC_VAL, Reversal posting and (non) Open Item indicator
Hi SAP Experts, I have a doubt regarding FAGL_FC_VAL transaction and the "Open Item Management" indicator on Master Data Here is the question:On FAGL_FC_VAL selection parameters you can find the...
View ArticleRe: Query to show value of certain items in sales order lines.
Hi, Try this: SELECT T0.[DocNum], T0.[CardCode], T0.[CardName], T0.[DocDate], T1.[ItemCode],T1.[LineTotal] as 'Line total'FROM ORDR T0 INNER JOIN RDR1 T1 ON T0.[DocEntry] = T1.[DocEntry] INNER JOIN...
View ArticleRe: Unable to debug CFM2 for CIF exit
Hello, I have an article that explain step by step how you can debug the CIF. Read this article:Debug a CIF Kind Regards,Mariano
View ArticleRe: Multilevel Categorization with million of subcategories
Hi, Through UI it is not possible.Since the data is huge it is not possible through UI you will get time out error, There are some standard programs(CRM_ERMS_CAT_AS_IMPORT) are there for category...
View ArticleRe: having issues with SP9 and IDMUI5/IDMREST SCA files
@Ronald, I haven't reviewed SP9 for IdM as of yet, but as of SP08 NW 7.31 was the supported Java stack. While you can probably install a 7.4 system, if the official IdM doco doesn't state 7.4 support...
View ArticleRe: HTTP status 500( Internal Server Error):Extending Fiori App in Eclipse...
Hi Jamie, Thanks.I found error in /IWFND/ERROR_LOG.The custom field is empty in error log, so custom field don't allow null.I fixed to allow null about cutom field in SEGW.Then I've solve thie issue,...
View ArticleCall an ECC transaction from SRS
Hi: I need to call a transaction from ECC via SRS. How I do it? To be more precise, when I create a delivery on SRS I need to add the delivery person who will be delivering the sales order to the final...
View ArticleCannot install connector for MySQL
Trying to add an ODBC data source in Windows 7 so that I can connectCrystal Reports to my MySQL databases. Downloaded and ran the connector fromhttp://dev.mysql.com/downloads/connector/odbc/5.1.html...
View Article