Re: SPRUNCONVERSION multiple categories
Hi Arnold, We have// Default base level logic - applies to all base members in all dimensions//Move Net Income to Balance Sheet//ROLLTOBS( CYNI, CALCNI, FINSTMT, PL, DEC )// Perform Currency...
View ArticleRe: Changing Dunning Procedure for Item that was dunn already
Hi Yair Can you execute FPVA once again with settings for application log( Problem class as Additional information). Then check the application log and see for what reason that account was not picked....
View ArticleRe: Maintenance of address group ME02
Hi,Do refer the below OSS Note which explains in detail solution to error message what you are getting. 85676 - Customer objects: conversion of SADR addresses
View ArticleRe: Compare two different WA.
I just made this report for you..... REPORT ztest_gb1. DATA: wa_1 TYPE t001, wa_2 TYPE t001. DATA: rf_descr_ref TYPE REF TO cl_abap_typedescr. FIELD-SYMBOLS: <fs1> TYPE any,...
View ArticleRe: ZMCR Transaction type
Hi , Did you use transaction type copy tool ? Please go the transaction: AI_CRM_CPY_PTYPE_WEB and try to copy it. Rg,Karthik
View ArticleRe: APP error
Hello Julie,I think the house bank information what you maintain in vendor master FK02 is not Company's bank whereas it is vendor's bank information. Whereas the bank information what is displayed in...
View ArticleRe: SAP BFC: Problem with Excel Web Schedule (EWS)
Hello, Open IIS Management Console Select Default Web Site In Features View, on the server, site, or applicationHome page, double-click Handler Mappings. On the Handler Mappings page, in the Actions...
View ArticleRe: Unable to access http://:portno though SAP system is up
Hi Reagan ,I have wrongly pasted these details Request you to please remove / delete this question . I will raise another one with details removed. Regards ,Sithara
View ArticleRe: Tried to use CHECKBOX instead of dropdown and it doesnt list the values
Hi David, Thanks for your reply it helps me to get some ideas!!! I was looking for more simple script for this and i created a local variable and did this. below are my code which works fine...
View ArticleSync process for multiple MBO
Hi All, I have created 4 multiple type of MBO which have different structure.when i have started my application in android only single MBO will initialize and database will create. Below is my...
View ArticleRe: MBA after SAP ABAP ??
Hi Kaustabh, I would like to share my exp. with you, after completing my education I picked up by a renowned company for .net dev., related to a school of that company. After 6 months, I got enter in...
View ArticleRe: Approval Stages Tables need information.
Hi, Check with OWST table. Thanks & Regards,Nagarajan
View ArticleVMS in a clustered environment
Hi just a quick question about installing a clustered BI 4.1 environment. If we have two servers in the cluster and want to make use of the VMS what should we do - install on just one of the servers or...
View ArticleRe: Problem with sum 1.0 sp10 in execution phase
Hi, Try to use SUM 1.0 SP09 instead of SUM1.0 SP10 as it's having some bugs. Regards,Gaurav
View ArticleRe: End User Logon
Hello Rashid, Please assign the LDAP roles in GRC Server to the test1 and also let me know have you configured workflow for user creation. Thanks and Regards,Visu
View Articlehow to write a name on top of cross tab report?
Hi,How to write a name on top of cross tab report? and that name should be display on every cross tab report in every page.Thanks,Saidulu
View ArticleRe: Getting error while transferring Product categories from SAP to SRM as an...
Hi Subhash, Can you please download the full dump from ST22 as a file and attach here so that we can go through it. Regards,Suresh
View ArticleRe: Control account
Dear Suman, SELECT * FROM OCRD T0 WHERE T0.[DebPayAcct] ={ACcount code} Please write this query in SAP with your Account code Regards Ajith Alukkal
View ArticleRe: Control account
Hi use this query SELECT T0.[CardCode], T0.[CardName], T0.[DebPayAcct], T1.[AcctName] FROM OCRD T0 INNER JOIN OACT T1 ON T0.[DebPayAcct] = T1.[AcctCode] Thanks Mohammad Imran
View Article