SU24 Customer Data Upload Issue
Hi All,I have started the Security Upgrade activity (system upgraded from NW7.31 to NW7.4, SAP_BASIS 740 SP 0006)in Sandbox system S30 (GTS ABAP).Before starting SU25, I want to take a backup of...
View ArticleRe: Not able to get values into AET field in BP_HIER component
Hi Dharmakasi, I tried writing code in GET method of the number but the number is getting added when i expand the node. but i need the number of assigned BPs to that node . Regards,Adarsha
View ArticleRe: Warranty or Guarantee of mateiral procurered
Hi, Thanks for the reply. Actually all such (warranty related) materials are not batch managed and transactions (open order, material stock etc) exists.
View ArticleRe: Different COA, with different Controlling Reports
Hi Ajay Again I am opening this issue because I need some clarity in the consolidation In the second point consolidation report I want to eliminate the inter company transaction ( it is...
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 ArticleCRM Middleware : Replicate Business Partner from CRM to ECC
Hi all,next week i'm enhancing adapter object CUSTOMER_MAIN to replicate business partners from CRM system to ECC system. (OLTP) First question : What's the right way to enhance standard adapter object...
View ArticleRe: Batch Master Changes reflecting all plant with same Batch
Thanks all for your replies. yes i have check the system and Batch Level is defined on Material Level.Jurgen actually this question is not related to expiry exactly. just forgood understanding of...
View ArticleWebdynpro layout is not displaying
Hi,in my system webdynpro layout is not displaying.I added my host string in host file also.
View ArticleRe: "Problems accessing data" Error in BI 4.1
Resolved by creating an application based on universe based on JAVA JDBC connection
View ArticleRe: Collecting Messages from Multiple systems
Thanks christain and everyone for the help. I have completed the scenario..:)
View ArticleRe: JOURNAL VOUCHER APPROVAL PROCESS
Hi U have to amend it like this : if @object_type = '30' and @transaction_type IN ('A', 'U') BEGIN IF Exists (Select T0.TransID from dbo.OJDT T0 WHERE T0.TransId =@list_of_cols_val_tab_del and t0....
View ArticleRe: Regarding F4 help problem..
CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ZCOD' "ZCOD is the field of your internal table which shows the value dynpprog = sy-repid...
View ArticleRe: Can we fill the setup tables based on the Billing date
No and never possible.you won't get data.In LO data sources for full loads and init with data transfer or repair full request always pulls data from setup tables only.its standard procedure.
View ArticleZSRM offline approval
Dear All ,Please can you help . I have a strange issue where when we create a SC and run the report ZSRM_OFFLINEAPPROVALSENDin quality we get the below screen : and when I click on the lens as above...
View ArticleRe: Email attribute in Mail Form.
Hi Arjun, I'm also having this issue. How did you solved it? Regards, João Faria
View ArticleRe: Opening and Closing Stock Calculation In SAP BPC 10.0 NW
Hi Praveen, You have to provide some additional info: 1. Cube storage type2. Detailed description of your TIME dimension.3. ACCTYPE property of the accounts used Vadim Carry Forward Business rule is...
View ArticleRe: ID to log in to UME
Hi, Thanks for your replies. I follow the documentation and add a login module option (UserMappinMode = Email) but it changes anything. the login is still not the email address. Have you ever done that...
View ArticleRe: POWL: Approval on behalf (leave)
Hi, I think in EhP 7 substitution functionality works correctly.Till EhP 6, on behalf (with drop down ) option as like in UWL will not work. which is now covered in EhP 7. Mr. Siddharth please correct...
View ArticleRe: ME_PROCESS_PO_CUST read PO confirmation Item data
Hi Jitendra, try this code: DATA: lo_confirmation TYPE REF TO if_mmpur_conf_header, ls_conf_header TYPE meconf_header, lt_conf_items TYPE mmpurconf_t_item, ls_conf_item...
View Article