Re: how to insert values to the fields of a transparent table with abap...
Hi Suneel, Please use below code.It will work. if Your Ztable name is ZSAP.tha follow this way. DATA: it_zsap TYPE STANDARD TABLE OF zsap, wa_zsap TYPE zsap. wa_zsap-organiation =...
View ArticleRe: Vendor Downpayment Clearing
Hi Grant, Please check mentioned SAP note relevant to second point Note 1622433 - FAQ: Down payment clearing as of Release ERP 6.0 EhP4 RegardsMani
View ArticleRe: module pool- fill all entries
Hello Titksha, When you make any field recommended then SAP is no longer responsible for its validations. Now,you have to perform validations on your own.As you said,for CLEAR pushbutton it is working...
View ArticleRe: rfc error
Hello All, I have checked for the * and no issues with the party. I am already having the scenario for the other region and this working fine. My scenario is copy of this working interface and the...
View ArticleRe: JDBC to RFC Asynchronous Scenario - Not all records are intserted into RFC
Might be the 9 missing records are the duplicate records and it is updating the records instead of creating new enty.
View ArticleRe: Values not reflecting in the output payload in SPROXY on testing
Hi, Just some pointers, as not much can be derived from your post. Have a look at your proxy structure's namespaces against the WSDL or the Service definitions (dependant on outside-in or inside-out...
View ArticleRe: Allow Currency/Unit Conversion is grey
Hi Than, Please name the source for this transformations, are loading from data source to target? If you want to convert amount to target currency amount, you need to change the rule type, choose as...
View ArticleRe: External FI Entries (Payroll, FixedAsset etc) posted outside SAP needs to...
Hi, Yes it can use excel format as well as .txt also. Basically you need to right an ABAP Code using the above BAPI. I would also suggest you to use LSMW - with Standard Batch/Direct Input Option....
View ArticleRelease procedure for Purchase order
Hi Friends, If I have defined plant as characteristics & maintained different release procedure based on plant. For example for plant abc release procedure xxx & plant 123 release procedure...
View ArticleRe: HR Renewal 1.0 FP4 P&F Process Browser for MSS
Hi Nakul, Use the right parameters like AFFECTED_INITIATOR_AGGR_OVERVIEW& it will work. Refer...
View ArticleRe: Values not reflecting in the output payload in SPROXY on testing
Hi Harald, I tried this... Still no luck
View ArticleFalse Error: Variant not in current version although it is active
Hello Everyone, Recently we are facing a strange error in APO system after SCM EHP2 Upgrade. Following 2 programs are part of one of the process...
View ArticleRe: other user access Attribute view
Hi Eric, Firstly, you cannot grant modeling role to this user, because this role has much more privilege, such as edit/delete/create view and so on. Second, after you remove modeling role, could you...
View ArticleRe: Schema Backup in HANA.
Hi kindly refer the SAP note & KBA Note 1642148 - FAQ: SAP HANA Database Backup & Recovery1760078 - Cannot change schema name when importing a schema backupThanksRam
View ArticleRe: price in intercompany po & Billing
Pricing is carried out in Purchasing and Sales and Distribution as usual. You may use the info record in Purchasing for pricing. If you want the Purchase order price is to be copied into billing...
View ArticleRe: Action Not getting Scheduled
Please add the action definition to the action profile in action conditions if not added.
View ArticleRe: Period wise closing balance in both MM side as well as FI side
HI Nishu, First of all thanks for your continuous posting and showing your interest regarding this issue.Our concern is why MB5B report showing different opening / closing balance for the same...
View ArticleRe: Statistical Pricing Condition Part of Net Unit Price Calculation
Dear Mohd. Roshan, Do this, maintain all EDI conditions in a sequence and then maintain From and To reference steps in your pricing procedure in order to total them all, don't forget to assign Subtotal...
View ArticleRe: Java udf for deliveryd date
Hi, If u wish to have a UDF for this then add import instructions as shown below & have a UDF with all values of queue: See it is working: Here is the code: try{SimpleDateFormat dateFormat = new...
View ArticleRe: Get count of distinct values based on a output field
Hi Ramesh,Is there any way we could finish it in a single statement? I'm not sure, many aggregate functions are not available i guess. Like using count(column_nm) with distinct? Or else something on...
View Article