Dump error in WebUI.. :(
Dear Experts, I am getting error in webui as shown in the below screenshot. Screenshot of Run time error in ST22.Please help me in resolving the issue. Regards,Maddy
View ArticleRe: Passing a value between Embedding view and Embedded view
Hi Dinesh, Thank you so much for your answer. The solution makes perfect sense and I am trying to implement it. However, I am stuck in one place: the lr_struc variable is initial and in the chain...
View ArticleHow to create dependent object
Hi Frds, Thanks for your quick respone. Harish : By using this will i get child entity by using get_related_entity.Vijay : Every thing is Custom. ThanksImran
View ArticleRe: Passing a value between Embedding view and Embedded view
Hi Yordan Lr_struc is declared as a reference variable to the structure ty_account ( which has field accounntid ) ** and we are passing this structure as a reference variable to value node reference...
View ArticleRe: Dump error in WebUI.. :(
Hi Maddy, Go through below discussions.They might be helpful in solving this issue:-http://scn.sap.com/thread/3355488http://scn.sap.com/thread/3308328 ThanksKumar Gaurav
View ArticleRe: How to create dependent object
Hi Imran, Yes you can get the entity by using relation name as specified in relationship as i think.Try to implement that one . Regards,Harish Kumar
View ArticleRe: Passing a value between Embedding view and Embedded view
Hi Dinesh, Thank you for your valuable help - the solution worked. I have another question - I have a custom data type with custom domain of type CHAR4 and I want to populate a time value in it. When I...
View ArticleRe: Edit column inside of table view context node
Hi Mike, As I had already mentioned, it really doesn't make sense to lock/edit the result entity because when you try to lock there should be some method called behind it to really lock it at DB level....
View ArticleRe: Edit column inside of table view context node
Hi, Vinod Thanks for the explanation. Just to be sure, that I got it correctly, when you are talking that « it cannot be locked », it means that I can't change the content of BOL fields from search...
View ArticleRe: Search Result View
Hi Girish, If you check the code in get_i_* you see it makes a call to method IS_PROPERTY_READONLY in which it again calls a method IS_CHANGEABLE. These both methods are called on an entity which means...
View ArticleRe: Opportunity User Status Profile
Hi Santiago, You are welcome ! I don't think we can have two status profile for a single transaction type . Till date it's not possible However with the BADI , you don't have to worry about calling it...
View ArticleRe: Transaction launcher is not calling the BSP page
Hi Arbaaz, Try changing the TYPE to "Link" from "Launch transaction". /Hasan
View ArticleRe: Not able to move fields in configration and Not able to assign view to...
Thanks Harish Kumar. The 2nd issue is solved. Can you please assist on the Configuration issue which i have stated. Thanks alot . Best Regards,Nikhil Kulkarni
View ArticleRe: Transaction launcher is not calling the BSP page
Hi Arbaaz, Try with non-BSP type URL insted of bsp url by passing BSP Page URL.RegardsVijay
View ArticleRe: Passing a value between Embedding view and Embedded view
Hi yordan I tried for Char4 but i didn't get it. . .Just try by changing it to Char5. write the below code in the getter method of the attribute data : val1 type char2, val2 type char5....
View ArticleRe: ERROR : CX_SY_REF_IS_INITIAL - Dereferencing of the NULL reference
issue Solved. I kept a Break point at Exception class. Below are steps followed .First External break point at BP_HEAD component . In debug mode menu path BREAKPOINTS->BREAKPOINT AT-> BREAKPOINT...
View ArticleRe: Transaction launcher : what options are possible for displaying ECC...
Hi Naresh, I was actually wondering whether the actual ECC GUI interface can be launched from Web UI, not just accessing ECC transactions on the Web window. Eli
View ArticleRe: Transaction launcher : what options are possible for displaying ECC...
Hi Eli, You can integrate Windows GUI inside the web ui frame by using ZAPP_INTEGRATOR (http://wiki.sdn.sap.com/wiki/display/ABAP/ZAPP_INTEGRATOR and https://cw.sdn.sap.com/cw/groups/zappintegrator)...
View ArticleRe: Not able to move fields in configration and Not able to assign view to...
Thanks for who looked into this issue. Problem was with the Developer authorization and is solved. A profile was missing which was restricting to move fields in the Configuration. Best Regards,Nikhil...
View ArticleMultiple sessions opening after loading SAPGUI using ZAPP_INTEGRATOR
Hello! Experts, I have implemented ZAPP_INTEGRATOR by Mr.Gregor Wolf http://wiki.sdn.sap.com/wiki/display/ABAP/ZAPP_INTEGRATOR. Using this I am successfully able to load the SAP GUI in my Web UI page....
View Article