Table Control values disappear.
hii I have a requirement . The table control that i have has 5 columns .The values which i enter in the table control are getting SAVED into the table when am pressing the SAVE button. . But my...
View ArticleRe: Field Exit not working on F4
hi bro, if you want to customize or change the the standard SH means , it wonn ask for Access key first of all.. you just try.. you ll know.. but in your case.. you cant set a SH for the standard...
View ArticleRe: Need Help on CEIL command
Hi Akshat, Firstly, it is not about any IF condition here. There are 2 things here: 1. The result should be LOWEST INTEGER2. It should be NOT LESS than the argument which means it should be GREATER...
View ArticleRe: Download LX03 data to excel file in background mode
Hi, Thank you for your reply. My requirement is to execute the report LX03 in background mode and send user an excel file with all the data.Please help me. Do let me know if you need any other...
View ArticleRe: Runtime error in standard report?
hi, it seems enhancement is there in your program.. LV_DEFAULT looks like a variable used inside the enhancement.. better check for the enhancement codes and check it out before you execute your...
View ArticleRe: Runtime error in standard report?
Hi Narasimha, In the above screen shot, it says LV_DEFAULT has already been declared. Can you do a global search for LV_DEFAULT in the include given and the program given and see where the variable is...
View ArticleRe: For all entries with Range content
Dear BM, As previously mentioned by vikram Muralidharan, using IN instead of EQ will probably solve your problem.
View ArticleRe: Table Control values disappear.
hi, refer these links, http://scn.sap.com/thread/3201708 http://scn.sap.com/thread/828288 thanks,Mathan R.
View ArticleRe: Table Control values disappear.
Dear Arshad, You need to add a module in the loop of table control which you are using in the PAI. In the module you need to modify your table control contents to keep on updated,...
View ArticleRe: Exception during badi Implementation?
hi Vijay , Thanku sir, i am trying this. Regards,Ashu Tyagi
View ArticleRe: Call Transaction Type M with Select-Option and Parameter
Hello Raymond, Thank you very much for the post, it looks like that might be helpful. I read through all of both the links you sent me and read through all the links contained within, but could not...
View ArticleWhy RH_READ_INFTY returns Nothing Found Exception even though the PERNR...
hI Iam Using FM RH_READ_INFTY to find the Manager's PERNR of the EMPLOYEE using the EMPLOYEE PERNR. But for a specific employee the FM always returs NOTHING FOUND EXCEPTION even though the EMPLOYEE...
View ArticleRe: Why RH_READ_INFTY returns Nothing Found Exception even though the PERNR...
Missing leading zeroes in PERNR?
View ArticleClick on event in BAR GRAPH
Hi,I have a requirement like ,when i click the bar in the graph it has to load the corresponding ALV REPORT .EX:When i click the bar called "DEPARTMENT IT"it has to load the corresponding ALV REPORT...
View ArticleRe: Why RH_READ_INFTY returns Nothing Found Exception even though the PERNR...
Hi Rajat, Use the F.M RH_GET_LEADER to get Manager id . Pass OTYPE - P and OBJID - Employee number. you can get Manager id. Regards, Anand raj.S
View ArticleRe: Defining Variables in ABAP
Hi Arshad Ahamed, You should use Field symbols.Field symbols are similar to dereferenced pointers in C (that is, pointers to which the content operator * is applied). However, the only real equivalent...
View ArticleRe: Why RH_READ_INFTY returns Nothing Found Exception even though the PERNR...
Thanks Guys,,, But the sad part it is nothin is working..Tried Leading Zeros and RH_GET_LEADER... but the result is still the same.. Can there be any specific reason why this specific PERNR doesnt show...
View ArticleRe: TRAN: F110, Payment customised report
Hi Senthil,which tables and fields have you used for your report. I hope you will respond to this questions
View ArticleMark check box automatically in Multiple selection F4 help
I couldn't find a solution for my issue using this FM.But i found an alternative for this.The same requirement was successfully met by using REUSE ALV POP UP Function module
View Article