Marketing Loan Backlog Report

Hi Experts,
I required help on the following process which we follow for issuing out loan items to our customers:
We are distributors of IT products selling to dealers, any time a new product is launched in the market we need to provide few top customers with a demo product for them to get the look and feel of the product. Some of these items are given free of cost and other are given on returnable basis.
In order to process such issue out which are not invoices, we use the following method:
1. As and when an item is issued to a dealer the loan item is transferred to the Loan Warehouse which is a seperate warehouse created in the system.
The reason for creating this being; at  any point of time if we needed to know the total stock value lying with our dealers it can be known.
2. When the items are returned by the dealer, we pass an Inventory transfer for items to be received back to the general warehouse. The Inventory Transfer sheet has been modified by our consultants to include the BP code and the name.
Now the issue here is, if at the end of a period we are unable to know the total items which have been issued to each customer in detail.
If we use the Invenotry Posting list, it will not give us the Customer name and code, and there is no knock off of items loaned against items returned.
Recently we have found out that 2 UDF fileds called "Transfer Type"  values to be entered is 0- LOAN or 1-RETURN, and Original Docuemnt Number ( which we guess should link back to the original transfer sheet which was used to loan the item) were created in the system.
Is it possible to use the above data to provide a solution either using a query or any other report through which we are enable to generate the required Loan report.
Would appreciate your guidance on this issue.
Regards

Hi Vishal
To issue the item to the customer, you must use the warehouse transfer which does have fields on the header for the customer code, etc. Then you can report on the transfers per customer in and out of the Loan Warehouse.
These fields are usually used for consignment stock, but in effect that is what you are doing, except the customer will not be selling the goods, but returning after some time.
Hope this helps
Kind regards
Peter Juby

Similar Messages

  • Open Sales Orders Backlog Report

    Hi All: I have been asked to create Backlog reports for Open Sales Orders and the revenue amounts for the next 15days, one month, 2 months, 3 months 6 months etc etc. Does anyone know of a standard report that covers that and the business content and cues that go with it?
    Thanks in advance
    Bobby

    I haven't seen any standard content for it, with my client, we actually developed the open order report from Item extractor and status extractor. And compare the created on date to the system data to see how long it has been opened for and put it in different buckets.
    Hopes that help.
    thanks.
    Wond.

  • SQL and a backlog report by site

    Post Author: ck1938
    CA Forum: WebIntelligence Reporting
    Hi, I had to create a backlog reprort a few months back and the only way I could get the data to organize properly was to create a sql statement that had the months predefined as below: SELECT  sum(1),  '2006-10',  SEA_ERSSQL.dbo.HD_CALL.CALL_IDFROM  SEA_ERSSQL.dbo.HD_CALLWHERE  (   substring(CONVERT(VARCHAR,SEA_ERSSQL.dbo.HD_CALL.CREATION_TIME, 120),1,7)  <  '2006-10'   AND   (    SEA_ERSSQL.dbo.HD_CALL.CONDITION  <>  'Closed'    OR    substring(CONVERT(VARCHAR,SEA_ERSSQL.dbo.HD_CALL.CLOSE_DATE, 120),1,7)  >=  '2006-10'   )  )GROUP BY  substring(CONVERT(VARCHAR,SEA_ERSSQL.dbo.HD_CALL.CREATION_TIME, 120),1,7),   SEA_ERSSQL.dbo.HD_CALL.CALL_IDUnionSELECT  sum(1),  '2006-11',  SEA_ERSSQL.dbo.HD_CALL.CALL_IDFROM  SEA_ERSSQL.dbo.HD_CALLWHERE  (   substring(CONVERT(VARCHAR,SEA_ERSSQL.dbo.HD_CALL.CREATION_TIME, 120),1,7)  <  '2006-11'   AND   (    SEA_ERSSQL.dbo.HD_CALL.CONDITION  <>  'Closed'    OR    substring(CONVERT(VARCHAR,SEA_ERSSQL.dbo.HD_CALL.CLOSE_DATE, 120),1,7)  >=  '2006-11'   )  )GROUP BY  substring(CONVERT(VARCHAR,SEA_ERSSQL.dbo.HD_CALL.CREATION_TIME, 120),1,7),   SEA_ERSSQL.dbo.HD_CALL.CALL_IDUnionSELECT  sum(1),  '2006-12',  SEA_ERSSQL.dbo.HD_CALL.CALL_IDFROM  SEA_ERSSQL.dbo.HD_CALLWHERE  (   substring(CONVERT(VARCHAR,SEA_ERSSQL.dbo.HD_CALL.CREATION_TIME, 120),1,7)  <  '2006-12'   AND   (    SEA_ERSSQL.dbo.HD_CALL.CONDITION  <>  'Closed'    OR    substring(CONVERT(VARCHAR,SEA_ERSSQL.dbo.HD_CALL.CLOSE_DATE, 120),1,7)  >=  '2006-12'   )  )GROUP BY  substring(CONVERT(VARCHAR,SEA_ERSSQL.dbo.HD_CALL.CREATION_TIME, 120),1,7),   SEA_ERSSQL.dbo.HD_CALL.CALL_ID
    What I'm being asked to do now is to create a backlog
    report based on sites.  We have several hundred that are grouped by a
    condition called Site ID.  I originally tried modifying the SQL dates only
    but soon realized I would need a way for the SQL to accommodate the ongoing
    changes since the person running the report could choose one site or one
    hundred and the predefined SQL would not change to allow for these
    changes.  Does anyone have any ideas on how to build a backlog report that
    would provide the same results but allow variables or allow that piece of the
    SQL to be modified?

    si,
    If you have 10 queries that each return a single value, you could combine them into one big query.
    Each of your 10 queries could be a scalar subquery.
    e.g:
    SQL> select (select 1 from dual) A,
      2         (select 2 from dual) B,
      3         (select 3 from dual) C
      4    from dual;
             A          B          C                                               
             1          2          3  Then your report or chart could run off of that query.
    Doug

  • Daily & Monthly Backlog Reports and Printing program

    •     <b>Labeling program for Deliveries</b>: This program picks all deliveries created/updated on the current day, validates them by checking whether they have the required labeling information. If the program finds that the labeling information is missing, it populates WMS structures (header & detail) for further.
    •     <b>Daily & Monthly Backlog Reports and Printing program</b>: This program calls 2 separate reports (Daily & Qtrly. Backlog Reports), based on user selection, and directly prints the reports as well as converts them to PDF format and emails them as attachments to the MD.
              Please provide me the solution.

    For First program :
    Use table LIKP (SD Document: Delivery Header Data) & LIPS(item Data) for fetch inf all the data for selected date use field ERZET(Entry time) & ERDAT(Date creation of record) for created deliveries & refer TABLES - CDPOS and CDHDR for modified deliveries
    For Second object:
    Call multiple programs by using SUBMIT <program> with selection screen params.
    Print as per requirement by passing print parameters to Structure PRI_PARAMS &
       call function 'GET_PRINT_PARAMETERS'                     
       exporting destination = liprintr                         
                 mode        = 'CURRENT'                        
                 no_dialog   = 'X'                              
       importing out_parameters = pri_params.                       
    *To Convert ABAP List and SAP Script to PDF files use program - "RSTXPDFT4"
    ALSO REFER this nice weblog >
    /people/erwan.lebrun/blog/2007/04/16/tips-tricks-email-fax-through-the-same-output-type
    Hope it will help.
    Vishal
    Message was edited by:
            Vishal Tyagi

  • Completed sales order continues to appear on Backlog reports

    Hi All,
    We are having one issue in BI production.
    We have a sales order showing in backlog report but the status of the order is completed in R3.
    We donu2019t know how this is possible? Because the ODS is getting loaded in delta method.
    Can anyone help me on this?
    Thanks
    Shanba

    Hi Shanba
    Please discuss with your GL team, what are all conditions for backlog, generally SO documents gets processed lots of scenerios
    Please pick SO documents that were showing in backlog status and check all of below
    1) Check whether these SO docs were delivered or not for all SO items
    2) Check whether SO Doc were billed or not for all SO items
    3) Check with FI team whether invoices of these SO docs were process or do they have any credit terms
    4) Check whether invoice amt is received from customer completely
    If your SO doc were pending with any of the above, then this may be reason for SO doc showing in your backlog details
    Please let me know if you need more clarifications
    -DU

  • Regarding Booking ,Billing and Backlog report

    Hi,
    I am trying to excute the BBB report through Bex in BW.
    <b>Descripition</b>: I have created 1 report called  Booking,Billig and Backlog report
    Main problem ;Intercompany Invoices are not showing as billings
    <b>Scenario:</b>
    a)  Sales Order 300007887 created in US01 Sales Org. Delivery is out of a Canadian Plant.
    b)  Intercompany Billing 900024929 that Canada created to Bill the US is not showing as billings for the Canadian Company Code.
    US Company code is 0801 and canada company code is 0870.
    I have created sales orders and intercompany billings  as   kefigures .
    And i have taken Charcterstic company code as 'Filter'
    Salesorders for US (0801) intercompany billing for canada(0870)
    When i excute the query with  US Company code (0801) it will show report with all sales orders.
    But with canda companycode (0870)  it will not show  the iniernal billings
    Could you please give the soloution abt this.
    Thanks
    Sri

    Hi Ravi,
    Thank you for your mail but we dont have<b> Order type charcterstic</b> in my infoprovider.
    Regards,
    Sridhar

  • Paid off defaulted student loan - credit report wrong

    Hi Everyone,  I posted this in the studen loan section but didnt get a response so trying here -  Long stort short I had a studnet loan  (perkins) that I believe I paid off 12 years ago come back on my credit report as defaulted.  It was for $2000 and I paid it off again in May.  My credit report was not updated so I desputed the listing and the dispute came back today as the following listing: U S DEPT OF ED/GSL/ATL  Account Number1221XXXXAccount TypeInstallment LoanTerms36 MonthsDate Opened12/31/0000Account StatusClosedPayment StatusPaidPayment Status DetailsPaid, was a collection account, insurance claim or government claim or was terminated for defaultStatus Updated07/01/2015
    Payment History:
    2015
    JUL

    Account History:
    Collection as of Jul 2015   This is how it was reported before: U S DEPT OF ED/GSL/ATL  Account Number1221XXXXAccount TypeInstallment LoanTerms36 MonthsDate Opened12/31/0000Account StatusClosedPayment StatusLatePayment Status DetailsSeriously past due date / assigned to attorney, collection agency, or credit grantor's internal collection department Payment History It has C entries in June '12 and '13 (like what was just added to my new report).  So now it is being reported as a collection as of July 2015, when it should now read OK right?  By paying this off my score droped from 702 to 652 since it shows as a late collection this month.  This loan went in to default in 2002, paid in full in May 2015.  Shouldnt it show when it went to collection then show when it was paid?  I really would appreciate the help, this has been a nightmare for me as I have called and written the ES Dept of Ed and the omsbudsman before despuiting and got no help.  So I disputed and got dinged by 50 pts for paying off the loan!  What should I do next??  Thanks, Im bummed out since this is the only negative i have and it just got worse.  Advise please!?!  Thanks!      

    Hi OP, I removed the posting in SLs. A topic should only be posted in one forum please refrain from this in the future. I thank you for your understanding. If you think you might get a response in a better forum you can PM any mod and ask that it me looked into for a possible move or use the report inappropriate content line under topic options to notify a mod.

  • Paid off defaulted Perkins loan - credit report wrong

    Hi Everyone,  Long stort short I had a loan that I believe I paid off 12 years ago come back on my credit report as defaulted.  It was for $2000 and I paid it off again in May.  My credit report was not updated so I desputed the listing and the dispute came back today as the following listing: U S DEPT OF ED/GSL/ATL  Account Number1221XXXXAccount TypeInstallment LoanTerms36 MonthsDate Opened12/31/0000Account StatusClosedPayment StatusPaidPayment Status DetailsPaid, was a collection account, insurance claim or government claim or was terminated for defaultStatus Updated07/01/2015
    Payment History:
    2015
    JUL

    Account History:
    Collection as of Jul 2015   So now it is being reported as a collection as of July 2015, when it should now read OK right?  By paying this off my score droped from 702 to 652 since it shows as a late collection this month.  This loan went in to default in 2002, paid in full in May 2015.  Shouldnt it show when it went to collection then show when it was paid?  I really would appreciate the help, this has been a nightmare for me as I have called and written the ES Dept of Ed and the omsbudsman before despuiting and got no help.  So I disputed and got dinged by 50 pts for paying off the loan!  What should I do next??  Thanks, Im bummed out since this is the only negative i have and it just got worse.

    This is how it was reported before: U S DEPT OF ED/GSL/ATL  Account Number1221XXXXAccount TypeInstallment LoanTerms36 MonthsDate Opened12/31/0000Account StatusClosedPayment StatusLatePayment Status DetailsSeriously past due date / assigned to attorney, collection agency, or credit grantor's internal collection department Payment History It has two fail to pay entries in June 12 and 13

  • Marketing Analytics dashboard reports showing page not found

    Hi All,
    We are using Apps 7.9.6.3,when I click Glossary dashboard navigation reports links showing page can't found.
    Error Page 404 page not found.
    This is the navigation path
    http://HOSTNAME:7001/analytics/Res/l_en/marketing/MarketingGlossary.html#Sent
    Please let me know where is the path, how to configure html files.
    Thx,

    That might be BI 10g related
    check here for the same OracleBI\web\app\olh\l_en\marketing\MarketingGlossary.html

  • BBB (Billing Booking Backlogs) reports

    Here our client needs BBB reports daily.BBB is nothing but Billing Booking Backlogs.I
    figured out that we need 0SD_C03,0SD_C14,0SD_C12 cubes for those reports.Planning to develop
    a Multi cube on those Cubes.Has anyone of you worked in this area.Can you throw some light
    on this.For backlogs did you use 0sd_o01 or osd_o04. I
    find a Info object
    0BACKLOG in cube 0sd_c14.How did you guys populate it. Did you use a
    userexit on the R/3 end.What are the other typical things you have done to get those
    reports.

    Hi
    billing is 2lis_13 sources. search for that and you will find lot of information.
    see CRM -> Sales -> Sales Analyse for R/3 SD: http://help.sap.com/saphelp_bw33/helpdata/en/1f/0bf23839caf878e10000000a114084/frameset.htm
    Regards,
    Juergen

  • Marketing forecast Report

    Hi All,
    Does anybody know of any marketing forecast standard reports that might be out there?
    thanks
    Teku

    Hi,
    You can look for that in transaction RSA1 - Metadata repository; here you can find a list and little description of contents & Reports under Query.
    Pls check this link:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/3d/5fb13cd0500255e10000000a114084/frameset.htm
    for NW2004s.-  CRM ->ERP Analytics->Marketing analyses.
    *PLS Assign points if links are useful***
    Regards
    CSM Reddy

  • Unable to export the SiteCatalyst Reports to FTP?

    Hi Team,
    This is the first time I'm using this... I was trying to export the SiteCatalyst Reports via FTP option...
    Below are the steps that I have followed..
    - Browse to Adobe Marketing Cloud -> Analytics -> Reports & Analytics
    - Custom Reports -> ExternalUserHits
    - Click on Send Button ->  
             Format: Excel / CSV
             Advanced Delivery Options ->  Selected FTP instead of Email
                Given our FTP Server (Our organization FTP Server) details with Host Name / port #/ Directory (tried with existing directory too) / User Name / password,
    The report has been sent through email as failed to upload to the FTP server .. Below is the error message
            Error Message :We were unable to upload your report via FTP due to the following error:
                         Failed to create provided directory
    I had given the existing directory in the FTP details section but still it has thrown the above error message
    I have tried with Datawarehouse option too but nothing has been uploaded to my FTP server..
    Please help me..
    Note: I was able to generate the reports and send through email...
    Thanks in Advance,
    Deeepa

    Hi Deeepa,
    I believe you are confusing Business Catalyst (http://businesscatalyst.com) with Site Catalyst (https://sitecatalyst.omniture.com) which are two different products. 
    I'll move this thread to the proper channel to help assist you further.
    Please revert your query to the following thread below instead.
    - http://help-forums.adobe.com/content/adobeforums/en/analytics-forum/adobe-analytics.html
    Kind regards,
    -Sidney

  • Uregent Sales Report help

    hi Friends
          I hope I can find the solution to my problem.. Our cleint needs a backlog report and our BI developer
    has desiged a data model for backlog report with the DS :2lis_11_V_itm.  With this particular data source we are
    unable to get the intercomp orders in our backlog...so I got that intercomp data from 2lis_11_vakon and filter out
    other data in the start rotuine....Now our backlog is not showing lots of orders ,becauser they are not delivery relevant orders. As of I know
    DS:2lis_11_v_itm will get only delivery relevant orders...so as per my cleint need , I have removed the filter to get those
    del rel data from vakon (removed filter for those item catogiries)...But now when I run the report, Iam getting all the
    backlog data ...but its also showing completed orders...I dont have a status field to filter ..can any body help me how can I
    filter this completed orders in my backlog report
    Thanks...I will assign full points once I get the solution

    Hi Sam,
    Have you designed the backlog report based on the fields "Number of open order items -- ANZOAUP0" and "Open order quantity --- 0AUME" from 2LIS-11_V_ITM?
    Thanks
    Jp

  • Name reporting on credit report

    Hi guys I have a predicament and I would like some advice on the issue.As many Mexicans I have a really long name, and like such some problems are expected when reporting it. Everything started last year when I tried to apply for a Capital One secured credit card. The banker completely chopped my name even tho she copied it from my DL and SSC, I found that out after getting a rejection letter with my name misspelled, so that was a bust. In order to help me establish, my wife added me as an AU on one of her cards, (Capital One mind you) and basically spelled my name for the representative on the phone. A month later I tried to apply for the secured card again and was declined, this time I received the rejection letter with my full name. I then decided to just wait and concentrate on school. In January of 2015 I tried to request a free annual credit report and the site could not provide it. I ended up calling TU and requesting one over the phone. The report stated that 2 different names have been given under the same SSN. Like many Mexicans my name consist of Name -> Middle name -> Father's last name and Mother's last name. TU had me under my full name from the second application and the chopped one where the banker basically just used the first letter of my father's last name as my middle initial. I then got student loans that report under my full legal name because of my SSN. I know this cause in May I requested EQ's report and that's how it's listed. Later that month I applied with Discover and the representative told me to basically just pick a name and go with it, as that's what's commonly done in the U.S. She basically said to go by Name -> Middle initial and father's last name or else other credit cards will have a hard time finding my history. My wife ended up having to co-sign for me. What should I do? The student loans are reported under my full Mexican long name, yet Discover is only using the American version with just middle initial and father's last name which is the same my AU card has. Any thought or suggestions? Thanks.

     UncleB wrote:
    Buddy86 wrote:
    Great info, thanks man. My two last names aren't hyphened and yes, I've encountered places that don't have two separate spaces for such last names. I'm intrigued when you mention split credit files. I recently ordered my EQ report and in it I have about 5 different names. The original full lenght as it appears on my SSC and DL, reported by my student loan servicer, my shortened one(the one I go by) with middle initial and paternal last name as reported by Discover and Capital One (AU) and 3 others being a mix of both. Maternal>Middle>Paternal and First>First initial>Paternal. I do get from time to time Capital One offers under such wrong, chopped or mispelled names. I've gotten offers from AmEx and Chase and they are addressed to the names reported by Discover and Capital One. My wife has suggested I send letters to the credit bureaus asking them to erase all other names and just keep the full one and the "American" version. But both my DL and SSC have the whole name, will they still honor that request?Thankfully, split credit files aren't as much of a 'thing' as they were around 10 years ago (when I had all my issues).  Back then, even having a lot of accounts or an 'excessive' number of soft inquiries could cause a split file back then.  I also used to have issues with my accounts reporting to my father's credit file, and vice-versa, due to our having the same last name, and my father's failure to use 'Sr.'.  Thankfully, they seem to rely now more on the social security number, so it's been a while since I've had to deal with this.  My own credit reports also have multiple names, including my full name, which I believe was reported many years ago when I had also had student loans.  Here's what I currently have: First LastFirst Last JrFirst M. LastFirst M. Last JrFirst Middle Last Jr (also a couple of variations where my middle name is misspelled) So far, this has never caused me any issues.  As far as if the credit bureaus will remove the extra ones, I'm honestly not sure, but it never hurts to ask, especially on the ones that aren't even correct (mangled spellings).  A lot of people have 'aliases' on their bureau reports as well where the name is a variation, while not really being a truncated version (for example, William, goes by Bill; Margaret, goes by Peggy).  Even last names change; women regularly change their last names when they marry (and some marry more than once over the years) so this is not a big deal, either.  I have Hispanic relatives, so I'm familiar with the naming convention you're speaking of.  The 'general consensus' is that usually you can use whatever you want when it comes to credit, but you really, really need to be consistent.  I had a friend that on her driver's license had 'First Middle Maiden Married' - all of her names, so that no matter what it would be a variation of any paperwork she had.  Her paycheck from work had 'First Married', while she still had old stock certificates that had 'First Maiden', and it even got more complicated since the name she was know to the world by was not her first name, but her middle.  Just like you, having all of her names on her ID and official paperwork make things easier.  If a clerk or bank teller ever asked for ID she was fine, because her ID had all the names covered. What you don't want is to have some credit accounts listed as 'First Last1', and other accounts listed as 'First Middle Last2', for example, since it's possible for these to be seen as different people, thus the split credit file issue.  Ideally, as long as the SS# is always use this shouldn't be a problem anyway, but better safe than sorry.  As an added 'perk', having the name match up should also help with 'insta-approvals'. If it were me, I would refrain from using my full middle name, and simply use the middle initial (or in my case, none at all) since there's usually no place to put a whole middle name on a credit application.  As for your last name, consistency is the key.  While I have read of folks having issues when a hyphen isn't used, there are plenty of times where it's no problem at all.  If it were me, I would continue to use both last names as you currently are - after all, that's you! - and on the rare occasion where it's problematic simply drop down to one or the other, just always to the same one.  Hope this helps! Thanks a lot for your advise.

  • Types of books/documents; ie. marketing materials

    I've read that all types of books are acceptable - put what about company marketing brochures. annual reports, sales materials, etc - all of which are distributed for free - are those types of books/documents acceptable to publish?
    Thanks in advance for clarifing this for me.

    No category yet - I'm in the 'knowledge gathering' stage of determining if what I've been asked is possible.
    At the least I believe that any type of publication can be created in the iBooks format, and when distributed for 'free' it can be made avaliable from any website (but need to confirm that).
    Distribution through Apple iBooks area would be a nice bonus, and the ideal approach.
    But all of this is still a little 'grey' for me.

Maybe you are looking for

  • HT4108 Problem with charging iPhone 5 using Digital AV adapter.

    When using the Digital AV adapter, my iPhone 5 recognizes the adapter, shows the charging symbol briefly and then it disappears and the phone does not charge.  The video mirror through HDMI works without issue.  Both the charge cable and Digital AV a

  • KDE startup applications

    Is there a way to specify certain applications to open when KDE is started?

  • Moving iphoto's mobileme and facebook galley into Aperture 3

    In iPhoto I have a lot of mobileme and facebook gallery that I update frequently. I'd like to use Aperture3 also for this, but I'm unable to import these galleries. I migrated all iphoto's library into Aperture, but on the left of Aperture mobileme a

  • Where can I find archived mail and how can I retrieve it?

    I archived emails I wanted to keep and retread later, but I don't know where they've gone to or how to get them to read. Any help will be appreciated. I have an iPad mini , the iOS is 6.1 I'm pretty sure.

  • HttpSessionListener  problem

    i implemented a class with HttpSessionListener to capture the Session Creation and destruction events. In my session creation event i created an attribute as follows Class A implements HttpSessionListener sessionCreated(event)      B b = new B();