Re: Retrieving LSMW Batch Input Session Log from SAP Tables
Thanks. I will quickly update the wiki page with your correction (currently the login to the wiki doesn't work anymore for some unknown reason...)
View ArticleRe: Retrieving LSMW Batch Input Session Log from SAP Tables
Thank you so much. Now it is working, but it was crashing when l_length = 0, so I just added condition in (FORM get_bdc_session_log_msg_text) IF l_length <> 0. <l_symsgv> =...
View Articleemail with pdf attachment
Hi Experts, I need to develop a report in which i will convert the scripts( attached to material batch) into pdf format. along with this, for some materials, there will be scanned copy stored in DMS,...
View ArticleRe: Search Help Selection Problem ...!!
The issue here is that you need to link ZALTT to the dynpro field, so that the selected value is returned. It means that you must declare it with same data element MATNR to make this relation work....
View ArticleRe: Dynamically change the value of selected row in BDC for transaction IM42
Dear Vinay, Sorry...better the query is like below :1. Get AUFK-OBJNR from AUFK with condition AUFNR2. Get IMPR-POSID from IMPR with condition IMPR-OBJNR = AUFK-OBJNR then pass IMPR-POSID to the...
View ArticleRe: Dynamically change the value of selected row in BDC for transaction IM42
Dear Vinay, May be you link the data like below : 1. Get AUFK-OBJNR from AUFK with condition AUFNR2. Get IMZO-POSNR from IMZO with condition IMZO-OBJNR = AUFK-OBJNR3. Get IMPR-POSID from IMPR with...
View ArticleRe: Dynamically change the value of selected row in BDC for transaction IM42
Dear Vinay, Could you capture the data filled in table IMPR? Regards, Yance
View ArticleRe: Dynamically change the value of selected row in BDC for transaction IM42
yance, table IMPR does not contain Order Number, it contains only investment program....
View ArticleRe: Dynamically change the value of selected row in BDC for transaction IM42
Dear Vinay, Sorry, I forgot that the length of order number is 12. I think that you need to add the leading zero which is 091000000165. Have you queried in table IMPR ? Is your order number in there ?...
View ArticleRe: Dynamically change the value of selected row in BDC for transaction IM42
yance, the order does exist , i have already checked it in IW32
View ArticleRe: Before importing Request How could i know the Missing objects.
I understood What did you Say. But I don't want to See Red color icon RC = 8, Even if i use the method Transport copies.
View ArticlePrint Z-form for Inspection Lot (qa33)
Dear Experts, I am currently working on a requirement where I have to display a custom Adobe form when the user clicks on print Inspection Report in T-code qa33 instead of the default SAP Script....
View ArticleRe: Alv Double click even
Thanks its working now. I have written call screen due to which i am faced issue .
View ArticleRe: Modify Sender (Name and Email)in LSO Request Based Correspondence
Thanks Sam. We are aware of these options and have tried them already. It is a bug in the standard application and an OSS ticket is currently open with SAP.
View ArticleRe: Before importing Request How could i know the Missing objects.
So that's the problem - I was going to say if the ztable was not present how was the code activated ? If the code was not activated you can't release the transport. I would suggest using a transport...
View ArticleRe: Alv Double click even
You should have a logic like SELECTION-SCREEN 1000 CALL SCREEN 8889 1000 8889 CALL SCREEN 8888 1000 8889 8888SET/LEAVE SCREEN 1000 8889 SET/LEAVE SCREEN 1000...
View ArticleRe: Before importing Request How could i know the Missing objects.
Suppose Table was created In Local. then .How could i identify.
View ArticleEntries in table TTXS not getting updated
Hello, I am facing an issue with update of the table TTXS (TTXERN entries are fine) which is not getting updated after addition of new access sequence in text determination procedure in Sales...
View ArticleHow to disable logon prompt in Webservice
Hello Every one, We have created a web service and we are tried to suppress the logon prompt by choosing No authentication and providing service user credentials but it is not working. We referred this...
View ArticleRe: Alv Double click even
How do you handle the back button in the ALV? (PS: of course you must not use CALL SELECTION-SCREEN from your ALV to return to the selection screen, because when you leave the selection screen, you...
View Article