Re: consuming webservice in SAP behind firewall?
Seems no one interested on that, so I'm using intermediate server and it works.
View ArticleProblem when uploading Sales Order using LSMW Direct Input
Hello Experts, When uploading Sales Order using LSMW direct input method getting short dump - Exception condition "DATE_INVALID" raised. In the program SAPLSCAL which is shown below screen shot,
View ArticleRe: Popup message thrown in one LUW to another LUW
Hi all, We are using SO_EXPRESS_FLAG_SET. This is similar to what Raymond told earlier. It is also an express message but it looks clean . I'll give points to Raymond. Thanks all for help. Regard Apoorv
View ArticleRe: List Box in Table control
Hi Friends, Thanks for your help and efforts. With Regards,Kishan Raj. K
View ArticleRe: How to hide Period fields in selection screen of LDB
Use the appropriate HR Report Category for that LDB. That is how you customize the LDB selection screen.
View ArticleRe: Assignment of pricing procedure to TAX procedure
Thanks Sijin, But my problem is that my SD consultant does not have that much of knowledge. Besides I also tried to find it using configuration settings from SPRO, but in vain. So, do you have any idea...
View ArticleRe: XML Transformation: Representation of internal table entries
In that case, we can strip hardware tag first, and then rename item tag to hardware.Reason being, hardware tag appears once, item tag appears for every row. Code snippet:REPLACE ALL OCCURRENCES OF...
View ArticleRe: SRM System - PO Create
Hi Bobby, You can use BADI BBP_SAPXML1_OUT_BADI for Object Type Purchase Order for this purpose. Regards,Vasanth
View ArticleRe: Assignment of pricing procedure to TAX procedure
Hi The tax procedure depends on country of company Max
View ArticleRe: Assignment of pricing procedure to TAX procedure
Hi Mayuresh,Kindly go through this link.http://help.sap.com/erp2005_ehp_04/helpdata/en/0e/db7eb4e9114d85a9335fb1df617504/content.htm I hope this will help you as everything is mentioned there....
View ArticleRe: Call method (or subroutine) in calling program from bacground job called...
Hello, I am not sure if i have understood your requirement clearly or not. 1. If you wish to re-use the logic of the subroutine , you can put the logic in FM and use it in both main pgm and backgroun...
View ArticleRe: Japanese Yen multiply by 100 automatically
Hi, youcan findin the sap market place followingsapnotes: * 1240163 -> Betrag um den Faktor 100 zu hoch bei Währung HUF, JPY, KRW, CLP, ...* 153707 -> Währungsumrechnung verrechnet sich um...
View ArticleRe: which table keep the changes log of MARA
As mentioned above CDHDR (which has user id option) and CDPOS can be used. But for data to be stored here, ' Log data changes' have to be checked. Check this document that guides you on the steps to be...
View ArticleRe: Problem in editable ALV with checkbox option.
Hi, Let me restate your requirement to confirm if I got you correctly. You have an ALV with checkbox which is always editable. There is another column (or columns which are non editable) On clicking...
View ArticleRe: Problem in editable ALV with checkbox option.
Hi Susmitha,You are correct. I just made one character type field for checkbox column, Initially all other columns are non editable. If I select the checkbox, then only one column will be editable....
View ArticleRe: Problem in editable ALV with checkbox option.
First create field catalog. lv_pos = lv_pos + 1. CLEAR gw_alv_fieldcat1. gw_alv_fieldcat1-fieldname = 'FLAG'. " name of field from internal table gw_alv_fieldcat1-tabname = 'I_DATA1'. "...
View ArticleRe: Problem in editable ALV with checkbox option.
Dear Susmitha,I am getting dump while executing the program. Also i need that particular row to be edited. Regards.
View Articlewhich table keep the changes log of MARA
Hi: I would like to display changes log of table MARA for specific date , who? pls let me know which table Moderator message - Please search for available information before posting. Message was edited...
View ArticleRe: How to update infotype screen field value
Hi Abdel, CALL METHOD CL_HR_PNNNN_TYPE_CAST=>PNNNN_TO_PRELP EXPORTING PNNNN = WA_USER IMPORTING PRELP = INNNN. After the above code, add the following in ur code....
View Article