Re: Message instance not up when both nodes clubbed in new server
Hi, more /usr/sap/PRD/startsap_ASCS01.logTrace of system startup/check of SAP System PRD on Fri Aug 30 14:29:03 IST 2013Called command: /usr/sap/PRD/SYS/exe/run/startsap startStarting Startup Agent...
View ArticleRe: Process Chain failure
Hi Ravi, Process chain failure may happen because of many reason. Some of them are - Macro issue- Data Transfer Process (DTP) Issue- ABAP Errors ( Space / Memory Issue) --Short Dumps- User lock issue-...
View ArticleRe: Regarding Career in Sap Functional.
Yes I think your understanding is clear. Sap PP is an exciting module and very challenging. Since you have 10 years of experience it will help you. Good luck. CheersHrusikesh
View ArticleRe: Migration issues from DEV to QA
Hi Vijay, The Admin team might have used connection override properties in LCM or promotion management. Also instead of that you can use relative url paths while developing dashboard in Data manger of...
View ArticleRe: Message instance not up when both nodes clubbed in new server
Hello/usr/sap/PRD/ASCS01/exe/sapstart=>sapparam(2): fopenU("/usr/sap/PRD/SYS/profile/PRD_ASCS01_pf","r"): No such file or directoryDo you have this file in the profile directory ? RegardsRB
View ArticleRe: Distribution list to be maintained in Customer Master
Hi Karan, You can maintain Multiple Mail id's in Customer Master General Data -> Communications -> Other Communication's SAP system will send mail only to the person who is checked marked. For...
View ArticleRe: Error while deriving Project Structure
Hi,The error message shows clearly missing authorization objects. capture SU53 at that point of time and discuss with your Security.Secondly take the help from ABAP tech guy and debug so that it will...
View ArticleRe: BEX Report - BW 7.3
Hi Joel, In 7.3 BEx Report Designer is available. You can check below link for new/changed or enhancements to BEx Report Designer. May this answers or question or helps you....
View ArticleRe: Sold-to-party account without company master record
Hi Joao,Try with option B in Branch/head office field for your billing type in VOFA.
View ArticleRe: no check table check when inserting into the Z table
Hi Hema, I want to ask the requirement. Do you really want to insert that record into the table which should not be inserted? If yes, you are doing it right by using modify. Through modify, the data...
View ArticleRe: Constants
Hi All, Can some one help me to find out the answer. One of the reasons I think is that, if I have used a constant at multiple places in my code and if the value of the constant changes, I will not...
View ArticleRe: Invoice plan settlement
Hi All ; ERS functionality and invoicing plan .... *Prerequisites in Master Data. -For the Ers functionalitiy, you must configure certain settings in the vendor master data and in the info record. In...
View ArticleRe: +TM (If there is no record in a day,the day need to treated as LOP)
Dear Ganganna & Rajasekar, Thanks for the valuable information, as per your suggestion I will change and test with client and update you the status, Thanks & RegardsPrabu,
View ArticleRe: Description: Need adjustments to the BW Broadcast Scheduler
This may be due to some Authorization issue. Have you added S_RS_BCS and S_BTCH_JOBT objects to the role.Have you maintained S_RS_ADMWB object with broadcasting setting. Regards,Suman
View ArticleRe: How To Create A Query To Check All Open And Closed Sales Order For A...
Hi Rahul Fernandez Try This SELECT T0.CardName,T0.NumAtCard,T0.DocDate, T0.[DocStatus],T1.ItemCode,T1.Dscription,T1.ShipDate,T1.LineTotal,T1.PriceBefDi,T1.DiscPrcnt,T1.PriceFrom ORDR T0JOIN RDR1 T1 ON...
View ArticleHow to test EDISeparator Adapter
Hi guys, i am trying to test a new EDISeparator sender adapter in PI. But i need a test tool and URL my sender System name is: BC_3RD_SENDER_A_DEVand the CC name is :...
View ArticleRe: LSMW: test run mode for BUS2017 msg:MBGMCR
you missed to activate the box in front of Technical fields in your Display variant.choose from menu Extras > Display variant and tick all empty boxes, then you can see the whole picture
View ArticleRe: How to increase size of UDF In SAP Business One?
Hi Swapnil Vichare.... Check the UDF document Use the Text Option Hope Helpful RegardsKennedy
View ArticleRe: Z reports
hi,its standard practice to prefix/name all custom report with Z. so in short when people refer the reports generated by developers, they call it Zreports.
View ArticleRe: How to get current company login user
Hi akshaya raut Try This query SELECT T0.U_NAME FROM OUSR T0 WHERE INTERNAL_K = $[USER] If you need to check all user logged in then try with SP_WHO2 RegardsKennedy
View Article