A function module that converts an internal table into binary table data
Dear Gurus, I have converted from an excel table to raw table data with cl_abap_container_utilities=>read_container_c, now I need a function module that converts an internal table into binary table...
View ArticleDoubt about BAPI_CONTRACT_CHANGE
Good morning Gurus. I want to know how to connect an error message that is in the 't_return' to the corresponding item number to generate the ALV for the user. CALL FUNCTION 'BAPI_CONTRACT_CHANGE'...
View ArticleHow to add button or more functionality to FBL1N ?
Hi ,i want to add functionality to FBL1N, that when a user choose a line (using the checkbox) and press the Z button which i will add, it will go to transaction PR05.Is there a way to do that without...
View Articleidoc error during syntax check - error26
hi everyone I need help understanding where this idoc error is generating and what is it about. I went through the steps many times but it's still the same.
View ArticleMB_MIGO_BADI issue in pbo header overwrites the excise tab.
method IF_EX_MB_MIGO_BADI~PBO_HEADER. DATA :gf_class_id TYPE migo_class_id , g_no_input TYPE xfeld, g_ext_data TYPE ty_t_extdata.. gf_class_id = 'MIGO_BADI_IMPLEMENTATION_CIN'. e_cprog =...
View ArticleAutomating ABAP version comparisons across systems
Hi Team, I am trying to create a report which would accept a given transport number and compare the object inside (ABAP code/transformation) to its active version in the production systems and spot...
View ArticleIssue in ABAP Unit Test
Hi, I am having an issue in Unit Testing of Function Module. The issue is that Interface parameter of FM is not accessed in subroutine as the parameter goes like a field symbol. I get a dump while try...
View ArticleDocument Flow not updated using BAPI_GOODSMVT_CREATE
Hi Experts, I am using BAPI_GOODSMVT_CREATE for doing PGR of an inbound delivery.Material Document(mblnr) is getting populated but Document Flow of that inbound delivery is not getting updated.Its...
View Articleappending structures to fbl5n
hi people. . I created a struct:ZINV_FBL5N with 4 fields and need to append them to RFPOS structure and RFPOSX structure. But when i try to do i get the error that the struct already exists. Also...
View ArticleUploading and displaying pdf through report output
Hi Experts, I have a requirement that to add a field in report output through which user can be able to upload a pdf file,and also to display if uploaded. Through program I have uploaded in application...
View ArticleDesigning Selection Screen objects
Hello, I have the requirement of having a checkbox (p_header) and parameter filepath (p_file) on the same line along with the text decription i.e. p_header and P_file. It should be like this __...
View ArticleCustomer Tab in MIGO overlapping standard excise tab .
Created custom tab at item level in MIGO transaction using MB_MIGO_BADI and my problem is while executing the MIGO transaction after the implementation of BADI the standard EXCISE INVOICE tab is...
View ArticleUpdate Zfield information on Devlivery header
Hi, Does anyone please suggest how to use BAPI_OUTB_DELIVERY_CHANGE with the extension fields populated. I used below code but no updates happening on custom field in Delivery header table (LIKP)....
View Articleverticall scroll bar problem in table control
Hi, I have a dynpro with a main screen "100", and i call a dynpro "200" as "modal dialgo box", on it i have a table control that displays the data ok. The subscreen has 2 buttons "Ok" and "Cancel" that...
View ArticleRefresh button in ALV grid display
Hi All, How can I add a refresh button in alv display.Through that refresh button i have to change the data time to time in the report . Regards,Siva jyothi
View ArticleHow to find real foreign key relations?
I am looking for a way to find out how tables are associated in business logic. The Dicionary and SE11 was my first start. And I read the article How to find Relations between tables in SAP and a few...
View ArticleHow to create a intalation CD for a package
Hi everybody, I'm new in ABAP and in SCN also, I would like to know if an already created package with a transport request could be download into a cd and make it as an installation CD like the Support...
View ArticleArabic Text problem in Excel
Hi All, I am downloading my data using GUI_DOWNLOAD FM into Excel ,Here the issue is in excel the Arabic text is displayed as # , I have gone through the scn and worked on some suggestions given like...
View ArticleMaking Query with ABAP code for Select Statement
So what I am trying to do with my Query is to get all the Materials belonging to a certain Product Hierarchy and then the Pricing conditions.In general the Query works just fine, the Product Hierarchy...
View ArticleSubscreen closing on vertical scroll
Hi , I am having an issue where the modal dialog box is closing on vertical scroll.Suppose the main screen is 1000 and the subscreen is 2000.What attributes should be maintained for screen 2000 to...
View Article