Re: What is the table for catalogs and codes complete list???
Hi Sunil, You could just check in these tables whether you meet your expected reply : VIQMEL, VIQMFE, VIQMUR, VIQMSM, VIQMMA. Refer the below link...
View ArticleRe: Send an alert when the BOM changed
Hi, Create Query with using Query Generator. SELECT Code As ProductNo, Project as ProjectCode, CASEWHEN TreeType = 'P' THEN 'Production'WHEN TreeType = 'S' THEN 'Sales'WHEN TreeType = 'T' THEN...
View ArticleRe: Statistical Value is Adding to Net value in the Pricing
Have you tried as suggested--update us.. Phanikumar
View ArticleRe: Declare a "type" table using parameter
Have a look at this snippet. It creates a data reference of table type specified by user, and then uses a select query to populate 10 records of that database table to data reference via field symbol....
View ArticleRe: Question about packaging material
The reason why you are not able to see delivery item list other handling unit PK100 you did not pack anything .It is just empty handling unit. 1. PK-1002. PK-095, You told PK-095 contains 10 qty,means...
View ArticleNon leading ledger
Hi Expert,If group currency = HKD and local currency of a new company located in Japan = JPY.Both FY variant of both comapny is same.Do we need to create a non leading ledger to for JPY for F/S...
View ArticleData source 2LIS_05_QVUDN
In data source 2lis_05_qvudn mblnr is not active , if we activate in this mblnr only gr doc w.r.t to inspection lot will flow orall material doc will flow in to inspection lot. (321,331,350,344,553)...
View ArticleRe: HTTP Proxy Connection for sharepoint-webservice endpoint in SMP
hi,is there any method for giving endpoint of sharepoint WS(.asmx) in SMP 2.3 directly or indirectly??
View ArticleRe: WEBI Report Scheduling based on event.
You can schedule your report based on the file event to look for the trigger file till 11 AM. If the file not generated, you can use the below VB Script to generate the file in the desired location by...
View ArticleRe: What is the table for catalogs and codes complete list???
Sunil, See this document. Catalog Profile and Catalogs & Codes If you see this join picture you'd understand that the answer to your question is tables: T352C, QPGR, QPCD.If you are looking for...
View ArticleRe: Backup
Usually Master Data and Meta data are not too big. For Transaction data there is away to split data in pieces. So, size is limited by disk space you have for the backup and time out limit if you run it...
View ArticleRe: Query with two filter prompts(phase and document)
Hi Ganga, I feel that you are doing some error in filter prompt tab.Check whether you are giving correct field type. 1. Document: Type should be object ref. and default value should be null:(class id...
View ArticleGenerar XMLs que ya fueron timbrados
¿Alguien sabe si SAP nos ayudará a marcar de alguna manera los resultados de nómina que ya fueron timbrados?Estoy revisando las transacciones:RPCPAYMX_CFDI_LOADERRPCPAYMX_CFDI_VIEWER(Una carga algunos...
View ArticleRe: Poner variable en SAP
Estimado, ya que lo probaste en SQL y funciono intenta ahora poniendo [dbo.] a las tablas en el FROM y los cruces del JOIN, ejemplo SELECT .....FROM [dbo].[OINV] A0INNER JOIN [dbo].[INV1] A1 ON...
View ArticleRe: Java Stack Installation For CRM 7.0
Hello AnirudhaFind out how much memory is used by the ABAP stack and the database.With 8 GB of memory I doubt whether you can accommodate a J2EE stack on that server. RegardsRB
View ArticleRe: How to change date format?
If the date you're using is actually a string and you want it to be a date, you might do something like this: NumberVar year := 0;NumberVar month := 0;NumberVar day := 0;; if not...
View ArticleMissing .dcref/ topleveldcs in consolidation build space
Hi NWDI experts We are trying to migrate our track from one NWDI to another. But, today we found that in the workspace comparision that , the topleveldcs in the dtr's dev/active missing in the...
View ArticleRe: ABAP based Application in SAP Fiori
Also, What is diff between Netweaver 7.4 and Netweaver Gateway.If we intend to upgrade out system to EHP7 and adapt SAPUI5 with EHP7, which of the above netweaver is applicable?SAP Netweaver 7.4 is the...
View ArticleRe: How to change date format?
Hi Bobby, If the datatype of the field is Date, just right click the field > Format Field > Date tab > select a format. -Abhilash
View Article