Re: How to implement Multiple selection in Dropdown list in ALV ?
Hi Özgün, Thanks For the Reply. I aslo think the same logic of using check box in list but it will be fine when we are usingstatic value(not from database table) that we can insert check box in List....
View ArticleRe: How to get table having successfully created Vendor's Iban number.
Hi Bohuslav, I check wid everything , the value of IBAN is not coming in VMDS_EI_MAIN-VENDORS (imporing parameter ). Its blank whether value IBAN created or not.Apart from IBAN all other bank details...
View ArticleRe: Two table maintenance generator for one table
can you suggest with some sample code, it would be great help for me.
View ArticleRe: TDS Deductions in sap script
Hi Nabheet,The problem is TDS amount gets deducted for current year from 01.04.2014. if i try to print payment advice and cheque for previous year, ie before 31.03.2014, TDS amount is not getting...
View ArticleRe: Duplicate(double) values in Database view
Hi, I have the feeling that you are right... Regards.
View ArticleALV output to spool
hi,i am having a issue when running ALV output to background. If user gives his email address i am able to send output as attachment to email.but incase he doesnt give then i have to send it to SPOOL.I...
View ArticleRe: Receive Background Job Log over Email
Hi Jelena, We have background jobs scheduled to process Outbound and Inbound Idocs in parent and cchild system, the program processing the Idocs with status yellow(warning) does not produce any output...
View ArticleMultiple transaction using bdc session.!!!
hi everyone, Is it possible to do multiple transaction using bdc session...if possible how to do???
View ArticleRe: Multiple transaction using bdc session.!!!
BDC session is actualy CALL TRANSACTION command with all the parameters send in dbc_tab.If during the recording you've passed from one transaction to the next then the answer is yes. Another way would...
View ArticleRe: EXIT_SAPMF02K_001 to check IBAN
hi , variable means you want to say, the field then you have to check whether the fm exit contains the structures or tables which contain the field reference or not.
View ArticleRe: EXIT_SAPMF02K_001 to check IBAN
DATA : lv_IBAN_VALTYPE string. FIELD-SYMBOLS : <param> TYPE programm. * Create text symbols lv_iban_val = '(<program_name>)IBAN_VAL'. "Replace <program_name> with the real program...
View ArticleRe: Data inconsistency in database view
executing means clicking on contentsafter clicking on contents 22000 records are comingsome records are same (that is one record is repeating 7 or 8 times)as in point 3, after deleting the duplicate...
View ArticleRe: Duplicate(double) values in Database view
Der Sudeesh. Thank you very much. I added MANDT field in both join condition and view fields. Now values are no duplicates. Thanks,Abbas.
View ArticleRe: Regarding F4 help problem..
hi ,you can get the output in F4IF_INT_TABLE_VALUE_REQUEST FM. Check wheather you have coded inside the POV of the particular field. CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING...
View ArticleRe: How to give condition for internal table in if statement
Hi Satish, We cannot use like if i_tabn-field1 is initial. i_tabn-field1 = '10'.endif. Read table i_tabn into wa_tabn.before read statement. Thanks.
View ArticleCommit work Local inside function module
Hello Experts, I have an FM where in i am modifying few data in data base . For this i am using modify statement. I have written commit work inside this FM soon after this Modify statement to avoid...
View ArticleRe: Excel file not getting uploaded in the internal table
Hello Ajinkya, Your code is correct should have value in it_tab, but have you checked that structure of internal table it_tab is same as that of the input the Excel file or the file is not empty?...
View ArticleRe: How to give condition for internal table in if statement
Why you cannot use READ statement? Without reading the entries we cannot say that internal table's first field is empty. If you want to modify the internal table entry which has empty value then...
View ArticleRe: Excel file not getting uploaded in the internal table
Hello Ajinkya, Create a internal table in ABAP report with same fields as in Excel file. Below is the code worked for me....
View Article