Additional field in Reservation Creation
User needs an optional input field Equipment Code in Reservation creation screen (MB21). Please suggest the process to include this as a HEADER level field.
View ArticleRe: Month End Closing: Steps to be followed for Repetitive Manufacturing (PCC)
Hi Ruksana This message is coming when there is issue in splitting structure and CCtr assignment in structure. Check the structure whether rule is taken 12 or not. Also assign all cost cctr in...
View ArticleRe: Customer Receivables Aging/Statement - more aging buckets
Hi, Please check with below threads: How to add standard fields in Customer Receivab... | SCN AR AGING QUERY Thanks
View ArticleUnable to Debug in Eclipse
Guys, Do anyone know how to fix this issue.? Issue: When i debug, i get the following message "Debugger cannot be launched because application server host cannot be reached from this Machine. See SAP...
View ArticleRe: User fields in Task list operation
Dear, In standard its not possible .Here you can have fields with respect to Qty/Time/text/Date/Value and check boxes. May i know your business criteria to have lengthy text in user defined fields?...
View ArticleRe: QI integration using EWM 9.2 and QM in ERP
The same question!Is any answer? BR Miriam Zhao
View ArticleRe: BPC 10.1 Configuration Issue
Dear John, I assign all roles about BPC and POA to BPC_Users, also with profile sap_all.But this issue occurred again. Could you kindly provide me how to fix this issue.Many thanks.
View ArticleRe: Last Period AggregationQuestion: Keyfigure HINVENTORYTARGET SAP2
Hi JT T, I find Last Period Aggregation as very tricky in IBP. Regarding your question on HKPER @ PER1 - I suggest you to check the helper keyfigure - HINVENTORYTARGET. This has calculation defined at...
View ArticleRe: NO DATA IN APPROVE TRAVEL EXPENSE APP
Hi Vikas, If you're able to see in workflow, check agent is maintained or not. You can see in workflow who is the approver. For agent determination expression or rule will be there. Check whether it is...
View ArticleQuery: Excel option in OOPS ALV
Hi Experts, I have sorted ALV below. The first column ID is sorted On clicking the excel button in the alv toolbar, the data in excel is not coming similar to the above alv On checking the row 2 in...
View ArticleRe: error during rename in step Rename database Instance
Hi Hartwig ,Please attach the sapinst_dev.log at least. If possible, you need to look at this log, then check if any sub log mentioned. Best regards,James
View ArticleRe: SAP Installation error at IMPORT ABAP Phase
Can you give us with the screenshot about lsnrctl start failed? Please note oracle listener should be started via user orasid.
View ArticleRe: Error during ECR creation
Hello,We are facing the same issue.How did you resolved your problem?
View ArticlePublish .net webservice on Portal
Hello Members, I have requirement to publish asp.net web-service on our portal, because portal is exposed to internet and this web-service is going to be accessed outside organisation. I have...
View ArticleRe: CIN- J2IUN Wrong Profit Centre
Hi Gaurav, Create a one sub transaction type to get above reversal entry and define account determination for it. Then after do posting in J1IH by other adj. Regards,Mukthar
View ArticleRe: Sender from WBS to other WBS
A one time transfer you would use FB50 to post from one WBS to another. If you want it to happen period after period then you would use Settlement. On the sending WBs you create settlement rules for...
View ArticleRe: Where condition 'Int' in 'Char' format field
You can.. Just move your char data to a int variable.Sample: DATA: v_char TYPE char10, v_int TYPE i. v_char = 71.MOVE v_char TO v_int.IF v_int > 70. WRITE: 'More than 70'. ENDIF.
View Article