Re: Message assigned to a table
Hi Sarita, Use below code. lets say text symobl is 033 , CONCATENATE 'The file number' text-033 'is not posted' into It_textbody SEPARATED BY space. RegardsChudamani.
View ArticleRe: Unwanted Character in excel download
Hi Try with this following function MS_EXCEL_OLE_STANDARD_DAT However, can you share here... the data type declaration of - gi_sheet_row Make sure that all the fields you declared under this...
View ArticleRe: SAPscript window to be displayed based on no. of pages
Thanks everyone for your valuable inputs. How can I do this for the LOGO? I'm unable to edit it in the Editor. How can we add condition for a LOGO (Graphic)? Appreciate your help. Thanks &...
View ArticleRe: Unwanted Character in excel download
hi Venkat, Yes this field in gi_sheet_row is of character type. Field value is fine when this FM is called but after exporting to excel it gives junk. I tried to debug the FM ,internally it calls...
View ArticleRe: Delta for new field in 0MAT_PLANT_ATTR
You can give any name starting with "Y" or "Z". Regards
View ArticleRe: adding watch point
Hi Sive, In my system I am unable to see this program RK2R1000 Please check once again?
View Articleproblem regarding BAPI_MATERIAL_SAVEREPLICA and customer fields
Hey Team ABAP, we got a program for master data management, which works quite fine.But now we have found a process where it gets stuck. Maybe one of you guys here has an idea why this happens or how i...
View ArticleRe: ALV GRID
For the first issue, if you want the heading for the columns in excel sheet, pass them in your output table as the first row. Second issue, refer this link regarding screen variants....
View ArticleRe: Unwanted Character in excel download
Hi. Better use Binary mode to avoid junk characters .Follow below code.***Convert into BIN format TRY. cl_bcs_convert=>string_to_solix( EXPORTING iv_string = lv_string...
View ArticleRe: Scroll up in table control
Please check 'Hold Scroll position' in settings section of Attributes tab of screen 100.
View ArticleRe: Error-"Enter a business place under Basic data" in bapi_acc_document_post
you have to fill the IT_EXTENSION table by using BTE(business transacion events) see the below link. It will explain how they are doing extension for the field posting key for the standard BAPI...
View ArticleRe: I am not getting the unloading point field update from PO in ME21N
Hi, Any one can help on this requirement? Thanks Kushal
View ArticleRe: ALV GRID
Hi Susan, thanks for your answers. 1st Issue: Could you please be more precise how to include/add an additional line into the downloaded excel data. From my understanding only the information of the...
View ArticleRe: Dynamic select-option in module-pool screen of sap abap
hi guys, thanks for ur valuable suggestions, I got the issue myself by using the call sub-screen command both in PBO & PAI . to validate , I used simple module validate in the chain endchain...
View ArticleRe: Delivery header text not changing for last entry after PGI
Hi Mohan," With note 1565880 the texts are no longer changeable afterthe delivery is GI posted. This userexit can be used tomake the texts changeable.cf_display_flag = ' ' - change modecf_display_flag...
View ArticleRe: Update Document Flow (VL02N) When cancel LT03 using FM L_TO_CREATE_MULTIPLE
Hi Manish Kumar Thanks for your reply. But I need to insert new document flow not update or maintain more over, I tried to use your FM but it failed, i don't know what parameter I'm lack of Could you...
View ArticleRe: Problem in ALV
Thank you all. Finally with your help I've solved my problem. Thanks again to all of you again.
View ArticleRe: Problem in ALV
Thank you David for your elaborate and to the point advice.Thanks again.
View ArticleRe: Can textfield be added to the toolbar of ALV grid
Dea All, Thanks for your attention. In fact I have created a report to display material information using CL_GUI_ALV_GRID. My customer wants me to add a textfield after the standard button of GRID...
View ArticleRe: ALV GRID
When I did this, my internal table contained fields of character datatype with length greater than or equal to the original datatype of each field. And before filling that internal table with data, I...
View Article