HTML Templates modification in module pool Screen
Hi Friends, I am Working on an existing custom Module pool program where my req is to add few field in screen. For this Screen there is already an HTML template got generated. While i am...
View Articletable control disappears on vertical scrolling
Hi All, I have modified VA11 additional data b screen ( Item Level). I have added 2 table controls in that screen. I am facing a strange issue. Some times, if I scroll my mouse fastly, my 1st table...
View ArticleGetting error "Error when changing the object directory entry R3TR TABL...
Hello All, I am trying to create a custom field using TCode oxk3 . When I do test run I do not get any error but when I do production run I get error saying "Error when changing the object directory...
View ArticleHow to read a image file in abap without GUI upload and download
Read the image file in abap. Need to generate a excel with image attached in one excel sheet and this to be done in background job.
View ArticleABAP 7.40: using function 'segment' instead of command 'split'
The following coding has to be translated into ABAP 7.40: DATA: source TYPE string VALUE 'MARA-MATNR=12345', tabname TYPE tabname, fieldname TYPE fieldname, attribute TYPE string. SPLIT:...
View ArticleREAD_TEXT FM SQ02 - Sales text from material master
Dear All, i am trying to read sales text form material master into query SQ02. i have the following ABAP code. i don't know write it and i am trying adjust it to to my requirement....
View ArticleChange Pointer for EDP13 and EDP21
Hi Guys,I got one requirement where I need to fetch the data for Create or Change in Partner Profile(WE20) and pass it to one non SAP system at runtime. Table EDP13 and EDP21 is updated with the data...
View ArticleComparing only CST or VAT number(fetched from scanned INVOICE) with CST or...
Hi Experts, We are having a tool open text where we scan invoices and fetch the invoice details. now i have to compare the CST/TIN number with CST/TIN number of SAP system. CST/TIN number can be in any...
View Articleunable to apply saved layout in REUSE_ALV_GRID_DISPLAY_LVC
hello all, i have developed an ALV report using FM REUSE_ALV_GRID_DISPLAY_LVC , this is my final code, v_repid1 = sy-repid. wa_title1 = 'WBS- Plan/Budget/Actuals'. wa_variant-report = sy-repid....
View ArticleGetting Current Session Number or Mode Number at runtime in ABAP.
Hello Experts, My issue is regarding getting the Current Session Number at runtime. I can open 6 Sessions at a time and want to get the session number of current opened session. Here the Session...
View ArticleFooter text display at every page break in ALV Grid
Dear All I want to display footer text ( i.e end-of-page event) in every page when you use force page break. I have tried in GRID_ALV and OOPS also but not succeed. When I am displaying output without...
View Articleerror while creating custom infotype with subtype
Hi friends,I am designing a custom infotype 9677 with two subtypes 01 and 02 in PM01. I have done all the steps correctly , but on executing it in PA30 a dump is coming stating that data type has been...
View ArticleWhen should data be locked in FILE transaction?
Transaction FILE is used to maintain logical path / file names and it's a cross-client customizing. I've noticed a rather odd thing in it. We have two DEV clients: one allows cross-client customizing...
View Articledo i lost data in roll back table conversion?
hi my friends. i have a serious problem in adjusting a z table in se14. i change the type of a field from chr to num . but i got this error : "adjustment terminated in step 5" i search and find this...
View ArticleCheck if field is case sensitive
Hi community, is there a BAPI or something else for check if a field is case sensitive? I have a custom BAPI which imports case sensitive and compares some fields against SAP fields. Before i compare,...
View ArticleSelect-options to RFC_READ_TABLE options
Hello. This is not going to be rocket-science, but after searching SCN for some time not finding the answer/code I needed, but realizing that many people have the same/similar requirement to mine, I...
View ArticleHow to post clearing with direct input
GoalSometimes you may need create FI documents in your customer ABAP‑programs. Several techniques are useful for this, e.g. batch-input execution, direct accounting document input and so on and also...
View ArticleCRIF_RW_WEB_CALL_REPORT
Could please let me know how to use the function Module CRIF_RW_WEB_CALL_REPORT. I am trying to get the values of the report writer using this FM however the FM is stopped on the Selection Screen of...
View ArticleChanging Idocs field values
I am new to Idoc monitoring. I have a few Idocs in 51 error status. I need to change some of the field values for the Idoc and requeue the Idoc. I knw the process for requeueing of Idocs but can anyone...
View ArticleDynamic checkboxes generation based on table
Hello masters, I'm new in ABAP and I'm hardly trying to generate dynamically checkboxes based on X number of rows in a table. Example: table_field1 --> checkbox 1table_field2 --> checkbox...
View Article