Function Module issue
HI Guru s I am practicing FM. I am facing two issue1) In source code if i use "DATA : ITAB_TABLE....." i get an error ITAB_TABLE is already use.2) iF i use " DATA : A_TABLE......" i am...
View Articlewhat is use of zsparams
Hi all, In many ABAP Programs i have seen that with table" zsparams" we compare some entries.My Question is what is use of zsparams table also ex. where we use this table?I have search on net but...
View ArticleHello experts this one is not work once you can check and revert to me...
REPORT ZALV_BLOCKDIPLAY.TYPE-POOLS SLIS.PARAMETERS:P TYPE MARA-MATNR, Q TYPE MARA-MATNR.DATA:BEGIN OF IMARA OCCURS 0, A TYPE MARA-MATNR, B TYPE MARA-MBRSH, C TYPE MARA-MTART, END OF...
View ArticleRemoving logical database use from a report
Hello Experts, There is a custom report that uses logical database DDF.Please let me know how I can reconstruct this report such that it does not use logical db. The GET KNA1... statements need to be...
View ArticleExits to populate vendor in purcahsing data tab of an item in IW32
Hi All,There is a particular requirement to populate the vendor in the purchasing data tab of an item in tcode IW32.In IW32, when an item is created under components tab and checked for purchasing data...
View ArticleDynamic SELECT-OPTIONS at selection screen?
Hi! I am new in ABAP and have problem in my module pool program. So, I have selection screen as subscreen: SELECTION-SCREEN BEGIN OF SCREEN 300 AS SUBSCREEN. PARAMETERS: p_fname TYPE dd03l-fieldname...
View ArticleHCM FORMS AND PROCESS ...date difference
Hi.. My doubts regarding HCM forms and process...i did generic service for date difference..actually in my requirement need to read two dates and update the total number of days between two...
View ArticleHow to Fetch data in newly added tab in migo ?
Hi guys, I have created a tab name as "other tab" ..in that i have added two field: invoice item and quantity.i need to fetch the data in field invoice and quantity....In Migo tcode we get line items...
View ArticleTo copy scripts and texts from Russian to Ukrainian language
Hi Abap'ers , I have a requirement in which i need to copy an existing script in Russian language into Ukrainian language with Cyrillic scripts. I copied it in UK language but i want to know how to...
View Articlehow to select the last date in infoset
hi guru I inserted the following code in a infoset to have the latest date in the face of a selection, but does not work, please help methank you in advance data: begin of itab_date occurs 0,...
View ArticleChanged Net Price not getting update when PO is with reference to outline...
We need to update Net price of line item by copying from line item above. Our client use to change net price with the help of Z transaction. They are changing line item net price manually by Z...
View ArticleProcessing on the numerical operations.
After passing the material number into a customized function module I am getting the output value in numerical format.After getting that result I need to do the following operation on it If the output...
View Articleis it possible to select data from multiple table which are not related(i.e...
is it possible to select data from multiple table which are not related(i.e no join or no primary ,foreign key relation between them)
View ArticleProgram about Get the all User Exits using Report Program
Hi All, This report program helps us to get the all USER EXITS for given transcation. *&---------------------------------------------------------------------**& Report...
View ArticleEditable in ALV Tree
Hi All, My requirement is to edit the coloumn in the ALV tree.Its a module pool programme and iam using the class cl_gui_alv_tree. I have passed the field catalog edit 'X' and while creating node I...
View ArticleIssue with report output
Hi Experts, Considering I have 7 fields1. VKONT2. DOCX3. DOCY4. MIGPR (Migrated_prin)5. WAIVED_PRIN6. RECOVERABLE_PRIN7. CLOSING_PRIN where DOCX and DOCY are into a 1 : MANY relation. Formula that I am...
View Articlei am learning abap plz help me
what is use of dataelement , we r creating domain , how we create data element
View Article