Call Function 'ENQUE_READ' - Lock doesn't refresh
Hello Folks, I have written 'Call Function 'ENQUE_READ' before updating MR21 using BDC - Call Transaction. The above code is written in a Z Call Function 'Starting New Task'. The problem i am facing is...
View ArticleRe: Dispatcher stopped from Sap mmc
Hello Raviram, in dispatcher developer trace file dev_disp is written: Thu Jun 05 09:33:06 2014*** ERROR => W0 (pid 2472) died [dpxxdisp.c 14241]*** ERROR => W1 (pid 2544) died [dpxxdisp.c...
View ArticleRe: Call Function 'ENQUE_READ' - Lock doesn't refresh
Hello, Is there a BAPI you can use to update the required transaction - is there any reason for using BDC?Also, what is the reason for reading the Enqueue object - what is the objective here? Is it...
View ArticleRe: Investment Program fields in TCode CJ11
Hi All, In case that somebody face this too my dirty way is using FM AIPP_ALLOCATE_POSITION_DARK before BAPI_PS_PRECOMMIT in case the fields are mandatory and call it after BAPI_TRANSACTION_COMMIT...
View ArticleRe: MERGE TWO SMARTFORMS ON ONE PAGE FRONT & BACK
Thanks everybody for your help. I found by changing the Device Type to POST2 on the HP printer it fixed my problem.
View ArticleRe: Custom Objects List Using ABAP Program
Hi Rafi, Do a source scan using RS_ABAP_SOURCE_SCAN for reports..Put Z* and give your respective conditions on last change field. 2.Check the Transport list to production you will get other details....
View ArticleRe: [WDA] How to pass WD_THIS as a method parameter
You can't define WD_THIS, it is reserved for the runtime and points to the current object, be it comp. controller, view controller, interface controller, etc. If you want to pass a reference to the...
View ArticleRe: [WDA] How to pass WD_THIS as a method parameter
Thank you Samuli. And how to cast my type Object with the same type of WD_THIS when I am in WD_ASSIST ? Because, the interest is to use all the methods of WD_THIS in WD_ASSIST ... Actually, in...
View ArticleTransfer a csv file from presentation server to application server in ABAP...
Hi All, I have looked at all possible forums but I dont seem to get a straightforward answer to this question. Can anyone here please give me a snippet of code which will let me move a csv file from...
View ArticleRe: [WDA] How to pass WD_THIS as a method parameter
You can use ABAP RTTI to dynamically determine the object type by reference and instantiate a respective object. That said, what you are trying to do is a bit unorthodox and probably won't work since...
View ArticleRe: [WDA] How to pass WD_THIS as a method parameter
On a side note, all Web Dynpro ABAP specific topics belong to the Web Dynpro ABAP space.
View ArticleRe: [WDA] How to pass WD_THIS as a method parameter
Yes Samuli, I am wrong. I was trying to build my ASSIST as the main Controler of my current WDA and more generaly, for several WDA that will use and instanciate my ZCL_WDA_CTRL as ASSIST. In fact, I...
View ArticleETM - TAB "General" for different equipment types
Hello Gurus, Someone knows where SAP configures to show different fields according the type of the equipment, look at the attached images. Is it ABAP or is it SPRO? Thank you
View ArticleRe: [WDA] How to pass WD_THIS as a method parameter
It is normal that assistance classes are used by multiple WDAs. It is one way to share data between WDAs. Assistance classes are generic and they don't know anything of the WDA using them and they...
View ArticleHow Can i add header-text to over there?
I wanna add text-header to signed area in picture How can i add text ?Can You Help me ?Thanks...
View ArticleRe: How Can i add header-text to over there?
Hi,IF you are Your Customized Alv,you call events "TOP-OF-PAGE'.call the fields For header.ORin calling Reuse_alv_grid_display FM.their is a Option called GRID Title = give the name in quote's.....
View ArticleRe: Getting data without using joins from database
Myth. There's no need to be afraid. I've written BW extractors on HR appraisal data that join 5 tables perfectly happily. You may have to play around a bit to get the most efficient joins, but usually...
View ArticleRe: Excel Cells Column Range
Can you elaborate on what you are trying to achieve?Are you trying to create a list of string values as specified in the range?
View ArticleRe: I have one query how can i search IDOC ,having IDOC field name with out...
Dear Kannan Nair, thank you so much the TCODE -WE09 it is working fine to trace IDOC with the particular filed name
View ArticleRe: Excel Cells Column Range
Try running this snippet and see the list output.DATAindexTYPEi. DATA str TYPE string. DATA digit TYPEi. DATA char TYPEc. DO1000TIMES. CLEAR str. index = sy-index. DO. digit = ( index - 1 )...
View Article