Re: SERNR_ADD_TO_LS not working
Hi Vinoth,I tried but it isnt working, seems BDC is the only option left.did anyone use this function module successfully? I saw many posts working on outbound delivery but will this FM be used for...
View ArticleRe: Trigger workflow when a record is created in a database table .
Hi Arindam.Thanks your reply,value variable is pass the correct subroutine. but this subroutine running on different include rather than perform statement execute include, But this include are in...
View ArticleIssue in smartform
Hi All, When i m selecting 7.00 which is shown in attached screen it gives error.But when i selecting 2.00 instead of 7.00 it didnt give any error.Can u please suggest needful??? Thanks
View ArticleRe: SELECT Statement in Native SQL and Open Sql ( ABAP Select)
Hi Krishnakanth, There is one layer between application server and data base server called data base interface in sap.Data base interface convert abap open sql statement into...
View ArticleRe: Issue in smartform
Hi Nikita I've managed to replicate your issue on one of our development systems. It appears that only the last line of the template lines are validated for width. This might be a known technical...
View ArticleRe: Exception Class Help
Hi Dae, Check the exception raised by program is type of ZCX_BW_SD_CODE in debugger.I hope exception raised is different type. Regards,Sreeniavs.
View ArticleRe: Issue in smartform
Hi Nikita, In your example,Width of line type L3 = 7cmTotal table width = 2cm (value in 'Width' to left of 'Table Painter' button) Suppose you are defining 2 columns of 1cm each, you will be...
View ArticleRe: Exception Class Help
Hi Sreeniavs, The exception is never caught at "CATCH zcx_bw_sd_code INTO gl_cx.". It get's caught in the calling method of the start routine as cx_root. I have my code in the start routine of a BW...
View ArticleRe: Problem in declaring variables in TOP include and accessing them
After all this time, did anyone find a solution? I had this problem in the past and thought it was specific to that user exit function group, but I'm having it now for a different one. I suppose it's...
View ArticleRe: How to put more than 1 int. table contents into a single table
Rama, One subroutine which can be called repeatedly to fetch the data from different tables as mentioned below ...? pseudocode perform get_data using v_table itab. "ex MARAperform get_data using...
View ArticleRe: ABAP - Module Program Text Labels
Hi Venkat, My guess it would go with workflow transport like text elements translations. never tried. ThanksRambabu
View ArticleRe: function module within loop
BBP_PD_SC_GETDETAIL is a RFC enabled function module that isgetting calling inside a loop which could be a cause of concern and needs to be checked. K.Kiran.
View ArticleRe: How to put more than 1 int. table contents into a single table
Hi, Looks like a job for some deep structure and expose the whole show using web service . Your data is hierarchy (Mara and marc is 1-n,Marc and mard is 1-n etc.) See if you have structures( To give...
View ArticleRe: BAPI_BUPA_ADDRESS_CHANGE replication issue - ISU
Thanks for the fast reply. I can't get to it on the website. It says "The requested SAP Note is either in reworking or is released internally only" When I try to download with SNOTE I get "SAP Note...
View ArticleHow to create a broadcast settings in background in sap bi
Hello Abapers, I would like know is there any class or function module present to create the broadcaster settings in background. Thanks,Syed
View ArticleRe: How to add zeros infront of Number
Hi Manish Kumar your reply marked as Right answer here Kewl Regards,Bastin.G
View ArticleRe: How to add zeros infront of Number
You mean you will help onlyif you are rewarded some points .
View ArticleRe: Need to Update VAT Registration Number (STCEG) In FB02 ? Need any BAPI or...
How about FM FI_DOCUMENT_CHANGE? Cheers!Abhinab
View ArticleRe: Need to Update VAT Registration Number (STCEG) In FB02 ? Need any BAPI or...
HiUsing OB32 - did the field is configured for Editable ? REgards,Venkat
View Article