Re: PIR MD62 changes
Hello R.Brahmankar, I have same problem: " i need to have historical reference to check if a certain PIR (Planned Independent Requirement) was changed from "indicator: version Active" to "Inactive"?I...
View ArticleIndex Page Launched in NWBC Desktop
Hi Guru, I had tried Two Methods for launching NWBC namely:1) NWBC Desktop Client 5.0 with Setting->Personalise-->Entry Page: Index 2) NWBC Shortcut...
View ArticleDoubt on User default
Hi All,I have tried to understand and replicate the screenshots at User Defaults - GRC 10.0 , but could not understand Loop and Ruleset. - Function USER_DEFAULT_FUNCTION is calling Ruleset,and Ruleset...
View ArticleRe: How to delay stock confirmation during sales order creation
Hi Kantur Shekar madhuri,Would you confirm the whether in your schedule line category is activated for "Product Allocation" or not.if not please activate and re run your scenario.RegardsArun
View ArticleRe: How to re-trigger BA00 after sales order has been rescheduled
Have you allowed multiple issue for BA00 output type? In that case, you can manually trigger it from VA02. If you are trying to have it sent automatically, then add the logic into the routine.
View ArticleRe: Sybase IQ and HANA. Tables. Different size on disk
Hi Lars,I think I even didn't put enough praise into my previous memo !!!!!!!! =) You are correct, this issue was fixed by the SAP Note 2144274, work around below is useful to reclaim the $delta$ space...
View ArticleRe: Excude agents in loop not going forward
Hi Pramodh We really do not know how you are sending the workitem to the approvers in a sequence. If its in a loop, as Rick mentioned, you can use a condition to check if current approver is the WF...
View ArticleRe: How to add F4 Help for Service Team?
Hi Dharmakasi,Which Used Component shall be selected? Now I input 'BP_HEAD_SEARCH', but when I select 'SearchHelpWindow' in field Interface View, the value cannot be displayed. Please see the below....
View ArticleRe: Retract data from BPC10 to ECC
Hi Frederic, In the example source code Appendix B - if_ujd_retract~retract method SAP mentioned that : * Check that the data passed in is within one year... if not issue an error - *...
View ArticleRe: Functional enhancements in BPC 10.1 nw
Hi Kumar, In addition to above all comments, refer below threads. Confusion in BPC 10.1 Versions Shrikant
View ArticleRe: Adobe Forms, XML(PDF format) to PDF binary
Hello Evaristo, I found a sap standard class that converts the XML to PDF CL_CO_XMLTOOL=>CONV_XML_TO_PDF Hope it helps RegardsSandy
View ArticleRe: Plant for Main WorkCtr in BAPI_EQUI_CREATE
My search has finished. I did not find any Equipment Create fm which has your field WERGW. Apart from the method suggested above, another alternative can be to use BDC program through SHDB recording to...
View ArticleConvert sql script to hana
Hi guys How to convert sql script to hana script creating a temporary table from SELECT querySELECTD.DocEntry,A.CompnyName AS coname, A.TaxIdNum2 taxidnum, A.CompnyAddr AS coaddr1,...
View ArticleRe: BP Opening balance query
hitry this oneSELECT T0.[RefDate], T0.[Account], T0.[BaseRef], T0.[ContraAct], T1.[CardName],T0.[LineMemo], T0.[Debit], T0.[Credit], T0.[Project] FROM JDT1 T0 INNER JOIN OCRD T1 ON T1.[CardCode] =...
View ArticleRe: BP Opening balance query
Hi Justice,Please try below query ;WITH Reco AS(SELECT T1.CardCode[BPCode], T1.CardName[BPName],T1.CardType [Type] , SUM(T0.Debit-T0.Credit) 'Balance' ,Case T0.TransType When 24 then...
View ArticleTrigger IDoc data to specific folder whenever new PR is created
Hi, I have a requirement where I would like to generate an IDOC whenever a new Purchase Requisition is created and it's should trigger in to the specific folder Thank You
View ArticleMaterial type change
Hi, I am trying to change a material type from Process material to unvaluated material but SAP is not allowing me make this change it throws error "unlike the new material type old material type is...
View ArticleRe: REG: class CL_PT_REQ_WF_ATTRIBS with custom method possibility
Thanks its working.Now i have 1 issue in portal,the absence date.suppose we are applying leave on today for yesterday date.so how can we capture that yesterday date.i have document ID.i checked many...
View ArticleRe: Usage of Stored procedure in Calculation View
Hi Thanks for the reply.But for my logic I should definitely write execute immediate statement which is a dynamic statement and is not allowed in Read only procedure.When i try to include the syntax :...
View Article