Re: Process chain fails everytime
I identified that the issue is persistent only in the Q system. In all other systems (dev, training, production, and other set of systems) it is working fine. There is some issue with the version copy...
View ArticleRe: MRP type /PTF mapping with APO
Hi TJ, MRP type = X0 means the product will be planned in APO, not planned in ECC. Other MRP Type e.g. PD can be planned in both ECC and APO. The planning time fence can be mapped to APO system. In APO...
View ArticleRe: Plant/Sloc not being updated in handling unit
Hi, Packing HU managed and non HU managed items into one HU is not allowed as it causes inconsistencies. There were notes 1152248 and 1019342 written to prevent this kind of packing.We always assumed...
View ArticleUpdate Journal Entry row udf from AP Invoice row udf
Hi, I have a UDF at row level in AP Invoice as well as Journal Entry. If the user makes a Service Type AP Invoice, the Journal Entry will have as many rows as the AP Invoice. In each row of the Journal...
View ArticleRe: How to load data into a target flat file using a global variable in SAP...
Venkat RaoIt looks like you are storing the file on your local machine but your SAP DS is running on a different machine (not your local machine). You need to store your file in a folder on server...
View ArticleRe: Script to dispaly page in F11 fullview on browser
hi Tamas, which part you need help? - the js to enable the full screen or the js to access elements of the upper frame? Cheers,D.
View ArticleRe: Mass copy or creation of Analysis Authorization
Hi, Please be careful with a program to update standard SAP tables. E.g. there exist 41 RSEC* tables, which will not be updated all at the same time but we have to avoid any inconsistencies. I believe...
View ArticleRe: DBUA closed abnormally and not opening with old infomation
Hi Sambasivarao,To update time zone, please execute script upgrade_tstz.sql manually as mentioned in SAP note1431793. The note is talking about some upgrade scripts which needs in upgrade oracle. Best...
View ArticleRe: File encoding in File Content Conversion
Asif, All unicode characters (including Japanese) can be encoded using UTF-8 (or UTF-16). Please use UTF-8 encoding, unless target system insists on using some other encoding. If target system insists,...
View ArticleRe: ora-28547 connection to server failed probable oracle net admin error
hi Sandeep, What is the output of "brconnect -u <usr>/<password>@FIMS db_state" as mentioned previously?Also may I know how you updated client and delete client? The SAP note should work...
View ArticleRe: Duplicate billing & invoicing scenario
Hi When you Full reverse an Inv, it will not show in ES32 but can see ERDK table with original and reverse inv doc numbers. The new invoice will be genreated based on the restored Billing order for the...
View ArticleRe: How to make non deletable the attachment in contract account master data...
Hi You can control through Basis Security roles.Restrict other users for using CAA2 t-code. only provide CAA3 or CAA1 as required.
View ArticleRe: Function module to read data from a SPO
Hi David, The normal procedure is using Function Module RSDRI_INFOPROV_READ. However, according to the documentation it only works for DSOs, InfoCubes and MultiProviders.Could you access as a...
View ArticleRe: Select all button for selecting multiple items in SAPCRMSM
If you want the action to run over all the selected you need to do things a little different.1) Create a new Action (A wrapper) that is pointed to the parent object of the collection.2) Create a...
View ArticleRe: To implement and conduct cycle counting, is use of MICN necessary?
Hi, Transaction MICN generates physical inventory documents splitted based on the Planned Count Date. MICN lists all materials for which cycle counting is required within the planned interval...
View ArticleRe: If else webi
Hi Arwind, I want it to be: =if ([Month] = "01" and [Day] between("01";"24")) then "001"+"/"+[year] else "002"+"/"+[year]elseif ([Month] = "02" and [Day] between("01";"26")) then...
View ArticleRe: Fixed Assets: Importing legacy data
Hi Rajesh, 1. If you include the assets created in the current year in your upload sheet, they will create but with no values - the acquisitions will need to be re-generated, but that can be done with...
View ArticleRe: View requirements for delivered sales orders in MD4C.
Hi, When a delivery is completed (e.g. bu PGI). the requirement is not needed any more and it's deleterd in table VBBE or VBBS, so, you can not see it in requirement list any more. You sill can see the...
View ArticleRe: WDA ESS timesheet EHP6
There is an application for working time read here http://help.sap.com/erp2005_ehp_06/helpdata/en/30/e67780e37f4f5a90105a9e9205660f/content.htm
View ArticleRe: Set Parameter ID for Obligatory Field (BUKRS)
Hi Yigit,In you program of Z_XXX, seems you need :PARAMETERS: P_BUKRS OBLIGATORY MEMORY ID 'BUK'. regards,Archer
View Article