Re: Calling FF.5 through zprogram
hello, what i can suggest is to copy the standard program and do the changes as you want, like you are saying the itab you have already created. just you need to map your itab with the itab which...
View ArticleRe: We are using FM ‘HR_INFOTYPE_OPERATION’ to update infotype data, but few...
Dear Kishore, I think there need some delay time for the update. You must be using HR_EMPLOYEE_ENQUEUE and HR_EMPLOYEE_DEQUEUE for each info type operation. Can you please include one more statement...
View ArticleRe: DBIF_RSQL_INVALID_RSQL error
Dear Mohammad, Use as follows INTO CORRESPONDING FIELDS OF TABLE gt_orders instead of INTO TABLE gt_orders Regards,Venkat
View ArticleRe: Uploading/Using only some fields of excel to ABAP program
Try as follows:Declare an internal table with 60 fields giving data types of 22 fields as required and any char data type for rest of the fields. Convert your excel file into tab delimited file and...
View ArticleRe: Note 1760770 - Unable to change method visibility
Finally I wa sable to make it without switching off the assistant : I just copied the method definition from "Private section" to the "Public Section" which was opened. The method was automatically...
View ArticleRe: Note implementation finished with status 'Incompletely implemented'
Hi, Please check the OSS Note contains any manual instructions.. and also you have to check the Pre- requisites of OSS Note before doing the Implementation. might be useful for you :...
View ArticleRe: Create an attachment in CJ02 transaction
Hi Fernando, You put a screenshot of an Abap Dynpro not an application of a Web Dynpro Abap. Are you sure about WDA ? Do you need the logic of attachment ? GOS / Archivlink ? regardsFred
View ArticleRe: Change Status of CRM Serviceorder with CRM_ORDER_SAVE
What happens when you change the status directly through transaction instead of function module? Do you get any error message there? Please also check if following link helps:...
View ArticleRe: How to Set NAST-AKTIV while creating Invoice VF01/VF02/VF03
Hi Mayur, when you print invoice, invoice must be send to CO, if not you can't print invoice. That's is check in a routine linkt to the NACE transaction. In NACE transaction you could put a routine in...
View ArticleRe: Solution Manager support desk Change Document tables
We can use table name CRM_JEST and get Object_GUID and then compare it in table CRMD_ORDERADM_H to get other information history about the incident/service desk ticket for reporting purpose. Hope it...
View ArticleRe: Script Line spacing is always 1 LN
Please check if following link helps:http://scn.sap.com/thread/3367742 Regards
View ArticleRe: Doubt about FM code in SE37
Hidid u check if the structure ZWI_LIST is in QAS?? SE11 and check it. Maybe u need to transport the order that contains that field again or make a modification in the ZWI_LIST (modify the text...
View ArticleRe: substring in sql statment
Hi, I don't think you could make it work in the SQL statement.What you could do is:Add field PSTTR to the structure of GT_OUT and don't append the line if it does not match your condicition.Something...
View ArticleRe: Missing header option in basic data text tab of MM03.
Hi Shruti, I had some thing similar and found that I didn't had enough authorization to view the tab.So please check with your security person, most probably it will be authorization issue. RegardsShankar
View ArticleRe: Doubt about FM code in SE37
That's it! Checking the item in SE11 and transporting it to QA was the thing that fixed the problem. Thank you so much to everyone. Regards
View ArticleRe: Question about icm/HTTP/mod profile param
I guess you mean the icm/HTTP/mod_<xx> parameter? According to help.sap.com it was introduced in NW702 and is available in any release after that. Looking at NW700 and NW701 kernel patches it...
View ArticleRe: AS ABAP 7.4 trials as virtual appliances: Questions and feedback
The link doesn't work, "Unauthorized".
View ArticleRe: cl_gui_alv_grid scrolls to bottom of grid table after line insert
Jeevan,The row is being inserted in the proper place, it scrolls to the bottom of the grid table. You have to scroll back to the top (or wherever you inserted the line) to have access to it. I am not...
View ArticleSapGui problem
I havea problemwhen selectingthe option ofquickcut and paste, I select itand does not performthe operationwhen using the7.10versiondid not havethis problemwhen usingversion7.20I could notdo...
View Article