Re: Transaction code for Standard Report
The standard program given that it uses tabs is most likely a dialog program. Create a transaction code using start object 'Program and screen (dialog transaction)'. It should work.
View ArticlePrompt NODE_NOT_FOUND when doing archiving object
Hi Expert, I find an exception raise when accessing logs of archiving objects: "MM_MATNR" and "SD_VBAK" in t-code: SARA. Could you advice what's the problem and how to fix it? Thanks! Rdgs,Emily
View ArticleRe: Substring in Bex
Hi, it is possible do design levelselect the transformation form source to target and right click -> go to rule details -> select the formula -> use the RIGHT formula function (RIGHT) ->...
View ArticleSAP_WAPI_START_WORKFLOW & Possible Agents
I want to create a background work item programmatically. I don’t want to start a workflow but a task instead. I am doing this with SAP_WAPI_START_WORKFLOW (I am giving my standard task ID (let’s say...
View ArticleHelp with ordering EO scenario
Hi PI experts,I've come across a scenario where the customer requires Delete records before Insert records but would like to have it using EO (so that if it errors, it processes subsequent records)....
View ArticleRe: Restrict user to view other user scheduled instances
Hi, To restrict the users to can not see other users instances select the below options in Access level or particular folder access. View document instances (Denied) View document instances that the...
View ArticleRe: Need your help in creating Query or Stored Procedure
Hi, A query may be good enough to meet you need. A trigger is not easy to be defined in your situation either. A stored procedure would be the best to reach your goal. You may create a function to deal...
View ArticleRe: Sequence while sorting an internal table
Hi Ankit. The sort sequence is not maintained as you said.There is another statement SORT STABLE which we use to retain the sorted order.I too came across it recently "My query is that...Is it always...
View ArticleRe: ck11n problem
Hi Hanumantha Rao, Please change your config in OKTZ. For Inventory Valuation check "fixed and variable" costs for your cost components. Regards,Szymon
View ArticleRe: Plant to plant subcontracting process
Dear Dev, Thanks for your screen shots. RegardsRajasekaran
View ArticleHighly disappointed and demotivated with Moderator's Act
Hi SCN, Today Morning, I have got a notification on Moderator rejection of one of my motivational blog. For your reference :-- I was really shocked to see my blog got rejected after almost 2 years. I...
View ArticleRe: Not asking for TR while re-creating TMG for DB Table?
Hello Guys, The issue has been solved..Thanks a lot for the help...
View ArticleRe: Standard Save button
Hi Sophanith, Dont Need Exit Command. Replace 'PA' with &PA in Se41, and case Statement , it will displaying the message. Regards,Venkat.
View ArticleRe: ALV Print event in Custom Button
Hi Mani, On that ALV button event, write the following code. DATA lo_component TYPE REF TO if_wd_component. DATA lo_appl TYPE REF TO if_wd_application. lo_component =...
View ArticleRe: Debug unauthorized TCODE without using SE93 or SM37
Ok mate, thanks for the info..=) Loed
View ArticleRe: OData Service for search functionality?
Hi Dharmesh,1. You can not pass JSON objects as filter string in OData . But you can achieve the same in XSJS. Read the below...
View ArticleRe: how to call an alv report from another program and return back
Thank Ashok, It worked, But now my concern is, when i execute Prgrm B independently, it stored that internal table data into memory, which i dont want. I want, EXPORT statement runs only when i execute...
View ArticleRe: T510S Time Wage Type Selection
Hi Joshi, Understand that, but in my test case, there is no overlap between absence(2001) and time recording(2011). Thank you a lot.
View ArticleRe: Error in Inventory Posting
Hi San Xu, Thanks for your inputs..So how do we do the cycle count in the system every month and every year? Which window are we to use? RgdsVith
View Article