Re: dynamically chaange color of a push button
Hi Finitha, In the PBO Event of the screen suppose the NAME of your button is DynButton You can code like this IF condition OK. write icon_green_light as icon to DynButton. concatenate DynButton...
View ArticleRe: ABAP report variant for dynamic selection screen
I solved this by moving some DATA used by FREE SELECTION to NO-DISPLAY parameter, so it was saved with variants. parameters h_expr type rsds_texpr no-display. parameters h_ranges type rsds_trange...
View ArticleRe: Upload photo dynamically in ztable with unique identity and print in a form.
Hi Ashu, You might also wanna have a look at the below link for uploading image in SAP(SE78 to be specific). http://scn.sap.com/thread/95514 Hope this helps
View ArticleSender activity type not appearing during recording: Batch input session
Hi all, can you please explain me why "Sender activity type" is not appearing for transaction kp06 during recording? normal calling kp06 during recording of kp 06 I need the field during...
View ArticleRe: Table field empty
The answer of your requirement is tied to the type of receiver for catsdb. e.g. for a maintenance order : AFIH-AUFNR = CATSDB-RAUFNR ILOA-ILOAN = AFIH-ILOANIFLOT-TPLNR = ILOA-TPLNR Regards,Raymond
View Articleselecting from tables bkpf BSET BSEG
Hi every one, with a base of this selection criteria : i want to get data of the following fields: BUKRS , BELNR , BUDAT, doc_date, Currencies ( doc currency, tax_Country_currency, local curr) , line...
View ArticleRe: String comparison in WHERE condition with 'for all entries' in select query.
Hi Aeda, I tried using your code but it is giving dump. It is not allowing me to use IN operator. I am attaching here the dump screenshot.
View ArticleRe: is possible to control of numeric format in cell of salv grid?
Hi I have just realized that it is the answer- only in case SALV one sets the reference column with lr_col->set_decimals_column() methodThanks
View ArticleRe: Not able to change the transaction type field value in F-02 Tcode?
Hi, There are two possibilities:1) Substitution rules. My suggestion desactive temporally the rule into OBBH transaction and test. 2) BTE (another kind of enhancements) Business Transactions Events....
View ArticleRe: String comparison in WHERE condition with 'for all entries' in select query.
Hi Aditi, It is not working as it search for the string like "ZCRM%" in the table which is not there.It contains data like "ZCRM_abc", "ZCRM_def". I think I have to use SELECT query into the loop....
View ArticleRe: SAP Memory Id is not working
hello, First of all, did you check if the parameter id is set ? If set you should be able to get the parameter id. OR Try this Badi - v_indxkey = 'badi'. EXPORT it_data TO DATABASE indx(za) ID...
View ArticleRe: Two function module outputs comparison
Hi Dimitrij Your logic sounds good Step1-You may build two internal tables, A and B lets sayStep 2- loop and compare the two based on a primary key and build the diffrences table call it C. These...
View ArticleRe: Serialize/deserialze an abap object to XML
Hi Gourav Khare, I have created WSDL file through function module in SAP-ECC 5.0v. I have followed below steps:Crated FM (SE37)Crated Web-service (SE37)Generated WSDL file using (WSADMIN)And consumed...
View ArticleRe: Search help values partial selection
hello,Not sure if that is achievable but you can try this. Once you provide the values in the search help the user can select the value. After he selects you could validate the value and for the values...
View ArticleRe: using BAdi - TRIP_ACC_ASSIGN_LAYOUT
hi, thank you for your replay.but i'm using that BAdi because i have condition if it will be displayed or not.
View ArticleRe: Not able to change the transaction type field value in F-02 Tcode?
Hi Koushik, The best option should ask someone that knows about Substitution Rules.Please see the posts in the link below, if this not enough send me another message. The...
View ArticleRe: Need to find the Memory size of the table.
hello, please check program RSTABLESIZE. Give the table name and it will give you the size and entries in the table. Use the division formula and get value for a single line. Also check transaction...
View ArticleRe: Regarding Posting of Multiple IDOCs
hello, What status is the second Idoc? What message you get once the second Idoc is processed via BD87?Put a break point in the processing FM and see what the second Idoc is doing or why the update is...
View Article