Re: 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: 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, 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, 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
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, 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: 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 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: 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 ArticleRe: 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 Article