Re: Word document options control on MM03
Hi, As I understood your query, Your original is not displaying in CV03N when you click on display icon. Right!! But Document will display on home tab. Is it not switching to home tab? Reply if I...
View ArticleRe: Want to hide 'Internal Note' Text type in CRM_UI
Hi Yessen, Yes, it is possible to hide a text type for specific business role. You have to write a enhancement in related BSP component to hide it. Th approach will be: 1) Get the current business...
View ArticleRe: Routine inquiry
Hi Venkat, I have gone through your code, everything seems fine except this. please try this once. types: begin of mar_typ, material type /bic/azmnp00-material, plant type /bic/azmnp00-plant, end of...
View ArticleData source tranportation
Hi All, I have enhanced existing data source in development system, testing in quality system. Now i would like to transport the enhanced data flow to production system. In production system we are...
View ArticleRe: Error in standard order
You need to check your order type where you have a tab for Requested Delivery Date. Check here what is maintained. Also you need to check MRP views where in one of MRP views, you can see a field...
View ArticleRe: Problem OBN to the SalesOder Facsheet
It's SalesOrder and not Purchase Order Where should I insert this code?
View ArticleRe: set parameter id.........
Hi Susmitha,This doesn't skip the first screen, I think it has ambiguity in choosing among display/change/create/delete modes.So is there any solution apart from doing a BDC?
View ArticleRe: How to Clear the custom filter in assignment block
Hi Deepthi, Custom filters once set cant be deleted automatically. You have to get the iterator of the collection and delete all filters by setting delete all filters flag true. Thanks,Bhushan
View ArticleRe: Accounts determination error is coming while create billing.
Can you suggest How to and where to check master maintained for this 'A4'. Anything is misssing in master or not ?In MM02 under sales :sales org2, see below. similary for customer master in...
View ArticleRe: Splitting interval values to different customer exit
Hi thanks for the reply, but my requirement is that i want to have previous year data also in another selection , now if i restrict the query with calmonth interval , then i don't get the data for the...
View ArticleRe: unable to load vm properties (instance.properties.vmprop)
There are couple of SAP notes suggesting to update the LM-SERVICE.Have you read those SAP notes ?1834066 - Solution Manager Managed Systems Configuration - Failed to get Instance properties for NW...
View ArticleRe: Can I call a .htm page of view1 from another .htm page of view 2?
Hi Anuja,Try below steps once and check, First step: Create one more global variable in IMPL class of the radio button component and set with flag value when the second button clicked in web ui. Second...
View ArticleRe: How To Increase The Length Of Field In Structure ITCPO-TDTITLE
Hi Pradeep, Declare a variable of type string and move the value of tdline to this variable. Use this variable for the mail subject parameter. RegardsGangadhar
View ArticleRe: How to validate ME21N for PO Date < sy-datum using BADI
Hi Hardik, Please try writing your code in method POST of BAdI ME_PROCESS_PO_CUST. If you want to search for a BAdI for a particular T-code, Go to t-code SE24. Enter class name as cl_exithandler,...
View ArticleRe: Unable to use F4 to get values for Variable at Portal
SAP NOTE 937697 Solves issue.
View ArticleRe: Table Name needed Transaction History
Thank you Aydin. FM CRM_DOC_FLOW_READ_DB helped me.
View ArticleRe: How To Increase The Length Of Field In Structure ITCPO-TDTITLE
Hi, Sorry i have need in standard only because in function module OPEN_FORM export parameter options there i have pass my internal table value.So if i change that standard dataelement length then i can...
View Article