how to change the select options selection text dynamically in webdynpro abap ?
I want to change the Selection test of the Select-options i placed in my view container using WDR_SELECT_OPTIONS. Can anybody please help me?
View ArticleHow to get all the records of a field in item table of every record in header...
Hi Experts, I need <stdat> of vbap of every vbeln of vbak. How to get this in an internal table? select vbeln auart from vbak into TABLE gt_vbak1 where kunnr = mhnk-kunnr and auart =...
View ArticleHow to change posting dates for Goods Movements via BAPI or Function Module?
Hi guys, How to change posting dates for Goods Movements via BAPI or Function Module?
View ArticleHow to create an order based on Notification through BAPI_ALM_ORDER_MAINTAIN
Hi I need to create an order based on the notification no. This is manually can be done using the Standard T.Code IW34.I am using BAPI_ALM_ORDER_MAINTAIN to create an order based on Notification. I am...
View ArticleTRANSLATE LOWER-CASE statement returns different values in different systems
Hi Experts, I encountered the following problem while debugging the print program of an Adobe Form, which has the below-mentioned line of code:-TRANSLATE v_var1 TO LOWER CASE. The variable v_var1...
View ArticleWhat is the best field type for currency calculations?
Hiya, I am doing a load of currency calculations e.g. here's one line of it The 'Total' fields I am using for doing/totalling my calculations has been defined as a local variable that reference an...
View Article0 idocs generated for msg type cosmas
Hi everyone.. please help out with this idoc issue I'm trying to send data with msg type COSMAS from 800 to 810 using BD16 as follows: it just says 0 idocs generated. I have again gone back and checked...
View ArticleChange header value - ALV tree
Hi All, I need to change the header value that I changed to be a average value. The point is that The Total comm is the number of many lines summarized. Do actually instead of 2 lines I actually have...
View ArticleGet domain value range dynamically
Hi all, I need to create a dynamic method that retrieves the value range (key-value) of a domain. It is pretty simple to get fixed values using FM DD_DOMVALUES_GET, but how do I manage a value table?...
View ArticleSY-TABIX value of a loop in other loop in other loop.
Hello Gurus, I have a problem i want to modify some columns in final internal table and it is possible by using Transporting and Index but when i see SY-TABIX value it is not really giving particular...
View Articleinsert Statement
Hi All, I am having a problem regarding Insert Statement. I am getting data in the ITAB but when I insert this data in the Ztable it is not inserting in the table..The same logic I have implemented in...
View Articlecurrently i am using cluster table it is taking lot of time how to solve that
this is select state ment SELECT BUKRS BELNR GJAHR LIFNR wskto FROM BSEG INTO TABLE T_BSEG WHERE LIFNR = p_vend and bukrs = '1000'.
View ArticleCan we run a java class in a external server through abap program?
Dear Experts, Can we run a java class in an external server ( other than application server and client system )?I have tried running it in the client system through a program and it works.But i have...
View ArticleHow we can add two custom Tab in MIGO T -code
In general we can use MB_MIGO_BADI badi's PBO AND PAI EVENT for single tab. But i need to add one more tab ie two tab in item level.
View ArticleHow to put a dynamic value on selection screen (report)
Hi Experts, There are 2 select options. Based on one input, the second text must be filled with the respective value. I have seen many posts but all of them are either on module pool, radio buttons,...
View Articleerror while creating vendor bank details using MAINTAIN_BAPI of class VMD_ei_api
hi, iam using maintain_bapi of class vmd_ei_api for bank details creation at the time of vendor creation. but im getting error: ' Invalid address:bank Country missing'.please suggest* *** Bank...
View ArticleGet the values from a table comparing fields of different data types
Hi Experts, I want to fetch AFVC-AUFPL and AFVC- APLZL by passing WBS element from a ztable. select aufpl aplzl from afvc into TABLE gt_afvc FOR ALL ENTRIES IN gt_boq where projn =...
View ArticleHow to Declare internal table in se24
Hi Friends, i have to select data depending on select-options on selection screen and has to display it using classes and methods,So please guide me regarding how to declare internal table in se24 and...
View ArticleNeed to alter the tdline for E1EDKT2
Hello Team, I have a requirement such as this. I need to loop the internal table idoc_data , search for segment E1EDKT2, and alter the tdline for the segment, is there an efficient way of doing this?...
View ArticleError in invoice creation using BAPI BAPI_INCOMINGINVOICE_CREATE
Hi All, I am using BAPI_INCOMINGINVOICE_CREATE to create an invoice using below data, wa_header-invoice_ind = 'X'. wa_header-doc_date = sy-datum. "Enter the document date wa_header-pstng_date =...
View Article