Re: No valid object ID in container element!!!
You can also try specifying it as a terminating event in Version-Dependent tab Events,under Basic Data. The way you're doing it should normally work though.
View ArticleRe: Agentry - fire an action and select row on List Tile View click
Tim, If your requirement is to indicate whether any particular row was clicked by user, this would require customization. You can add any image (for example, a star image) in the the Row & Selected...
View ArticleRe: Days between - Webi
Use =DaysBetween([startdate];[enddate])+1 DaysBetween(01/31/2016;02/05/2016) returns (02/05/2016 - 01/31/2016) = 5 days
View ArticleRe: Performance issue while deleting entries from internal table
My 2 cents to Ricardo's answer:At the inner loop, I would not do a WHERE. Just loop from SY-TABIX and delete while the key matches, else EXIT. It is my understanding that the WHERE still checks the...
View ArticleRe: Adopt Contract Line Items in PR
Thanks for speedy response Biju. I note that you are the person who provided the original answer to this problem. I am very fortunate to have you respond so quickly. I didn't say that there was a new...
View ArticleRe: cl_gui_gos_container
Hi Raymond,And I did and not work ... and change the parent container by SCREEN0-9, DEFAULT, etc, without result, you know any way to insert a button on a PF-STATUS without changing the status...
View ArticleRe: SQL expression cannot be converted to CS Expression
Yes, but that was not the point.The point (see above) was that using exactly those function leads to an error.
View ArticleRe: Depot Invoice Issue
I dont see any straight solution for this. May be you can go to J1IJ transaction code and choose Material Document- RG23D selection and input the PGI Material document number and see if you can post...
View ArticleRe: Invoice Split for Foreign Trade data
Hi Kumar,The copy control setting more relevant for your case would be "Data VBRK/VBRP 001 Inv.split (sample)" @ header level.Please try to copy this routine in to a new Z-routine and make use of the...
View ArticleRe: Error While changing revision codes of work orders using IW37N
Hi Surya, I am bit confuse with your statement We want to change the revision code at operation item levelHow are you assigning Revision to operations? I believe you can only assign revision to order,...
View ArticleRe: ITS Mobile ALV Editable/interactive display
Thank you Utkarsha, I have started using step loop instead of using ALV grid. Now I am stuck with having search help function for certain fields on the browser screen. Please help to suggest how to...
View ArticleHow to know the end of ABAP Program
Hi SAP ABAPers, I am currently studying ABAP since most of enhancements of MM module in our company are through ABAP. Have been trained in COBOL programming and a former tester in COBOL-Unix-Oracle. In...
View ArticleRe: Cretae Event-afterModify at Business Object Extension Activate Error
Hi Hosrt, Thank you for your reply. Let's wat and see. Daniel
View ArticleRe: SQL Anywhere .NET Data Provider requires access permissions?
Hello, all constructed using PB Classic 12.6 (sorry for being unclear, posted several questions at once, but this issue is all Classic)
View ArticleRows count mismatch between sap HANA and Sql after execution of select statement
Hello experts, Below is the select statement that i executed in hana SELECT M."REGION", SA."GroupName", SA."Yr", SA."Qtr", SA."Mth", SA."Lvl", SA."MetricValue2", SS."MetricValue" FROM...
View ArticleBAPI_REQUISITION_CREATE
Hi all. I am populating a requisition_items table but when I try to create a pr it results into an error and transaction is rolled back. when I put a hard coded value it was working fine. But when I...
View ArticleRe: Successful Synchronous message is not displaying in PI SXMB_MONI
Hi Raghuraman ,May i know which jobs are responsible for it and where i should check . Regards ,Pradeep
View ArticleConfigure error message in SA LP agreement type
Hi Team, I wanted to configure error message in schedule agreement for item category L where material master is not defined with special procurement key 30. Can anyone help me how to configure this...
View ArticleConfused with Enhancements, BADI's, User Exits, Customer Exit
Hello Everyone, I am so confused with identifying the right kind of exit or enhancement technique for a particular task.I want to start from the scratch, when we get a requirement for an enhancement...
View ArticleRe: Table List display in FPM based HCM processes and Forms
thanks Christopher Solomon.When I check in debug mode that fields indexes are having 1 not 0. So I started with 1 itself. Any how both the way it's worked. What you said is correct indexes are not...
View Article