How to print Individual mode and Collective Mode for Goods Receipt

Hi Friends,
Right now I am working on Smartforms on MIGO transaction.
My Client requirement is that all items that have been received should be printed on one form in
Collective mode.More specifically in the transaction MIGO only the items checked OK should print on
the form. It Should also allow the user to print Items in Individul mode.
Could anybody please specify on what basis( fileds ), I will be able to segregate the items.
how can I write the select stament so that when the user selects collective mode and accordingly
should print. same for individual mode.
Kindly help me.
Regards,
Xavier.P

In MIGO tcode  you strcture like GOHEAD-XNAPR and GOHEAD-WEVER
if you check GOHEAD-XNAPR  = X and select GOHEAD-WEVER Individual  mode and Collective mode.....

Similar Messages

  • How to enter individual defect and total defects  for the same opeartion

    Hi Gurus,
    My client has a new requirement.
    Currently we are entering results for an Chemistry operation with following characteristics.
    Refusal Defects
    AQL 0.10%
    AQL 0.40%
    AQL 0.65%
    AQL 1.0%
    AQL 4.0%
    these characteristics are assigned with different sampling procedures with sampling schemes based on their AQL level.
    But now my client wants to check each  characteristics based on Individual defects ( 0.065 AQL) and Total permitted defects ( 0.25 AQL).
    Please give your suggestions to map this scenario.
    Thanks,
    SDN.

    Hi Sujit,
    Yes. I could think of it. Thank you.
    Can we do anything through config or Master data set up to accomplish this?
    Regards,
    SDN.

  • How to print the script in condensed mode

    Hi to all,
    Pls help me.
    How to print the script in condensed mode and particular window only print in the condensed mode.

    Hi,
    Hi
    It will remove the blank spaces in front of the variable
    and if you use the extension NO-GAPS
    It will remove all the blank spaces in the variable field.
    DATA: ws_val1 type char12.
    ws_val1 = ' 100 123'.
    Condense ws_val1.
    Write / ws_val1.
    Condense ws_val1 no-gaps.
    write / ws_val1.
    It will give output as
    100 123
    100123
    The CONDENSE statement deletes redundant spaces from a string:
    CONDENSE c NO-GAPS.
    This statement removes any leading blanks in the field c and replaces other sequences of blanks by exactly one blank. The result is a left-justified sequence of words, each separated by one blank. If the addition NO-GAPS is specified, all blanks are removed.
    Please check this link for sample code.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb33e6358411d1829f0000e829fbfe/content.htm
    Regards,
    Raj.

  • Lightroom print mode and Color mode grayed out

    Both print mode and color mode selections are grayed out not allowing me to select them. Help

    I see you haven't gotten much input so far from the Mac experts...
    As a Windows user without an Epson printer myself, I can't comment on why you might have color problems under the covers where the software doesn't seem to be following the chosen settings.  However, perhaps I can get you thinking about how to further diagnose the problem...
    The obvious thing I see is that you've chosen "Photoshop Manages Colors" in the main dialog, which implies your intent is to shut off color-management in the printer driver itself.  So to me the graying out of those settings in this case seems to make sense.
    Have you tried a test print using the "Printer Manages Colors" setting?
    Also, to try to test whether color-management isn't being turned off in the printer (regardless of what the grayed-out settings show), do you see any improvement if you use "Photoshop Manages Colors" but choose a standard profile, such as sRGB IEC61966-2.1 for the Printer Profile setting?
    -Noel

  • How to print the Terms and Condition page ine the sap-script

    Hi experts,
                             i got the requirement that how to print the Terms and condition page in the script,i have the three pages, having the same main window, in the last of the main window(all three pages)  i have called the hard coded text(i.e so10 text), but when i am displaying the output  data get printed in the first page but i am getting the second page heading on the top of  the terms and condiions page. In all the three pages i  have the same main window, if i  make change in any window i will affect all the other main  windows.  so please suggest me how i need to go.HOW TO GET GRID OF THE TEXT ON THE TOP OF THE SECOND PAGE OF THE TERMS AND CONDITONS.
    like this i have called in the MAIN WINDOW
    /E : LAST ( IN ALL THREE PAGES)
           INCLUDE ZSD_INVOICE_TERMS TEXT OBJECT TEXT LANGUAGE EN.
    IN THE TCODE SO10
    NEW PAGE TERMS.
    1) TERM MS AND CONDITONS  TEXT.................................................
    FIRST->NEXT, NEXT->NEXT,,   TERMS--->TERMS.

    Hi,
    1. Create a new page by Name : LAST
    2. Identify the text element which will be the last element in the form in the debug mode.
    Mostly Ex: SUM, TOTAL, LAST etc.,
    3. the page linking should be
    First --> Next
    Next --> Next
    4. In the Text element identified in the step 3.
    Write the following code
    /: NEW PAGE  LAST
    /: INCLUDE the standard text created for the terms and conditions in SO10
    Check the syntax for the command but the logic will be the same.
    It should resolve your problem.

  • Region Monitoring iOS 7 : didEnterRegion method is not calling when app is killed by user or by OS in iOS 7 only. It is working fine when it is in background. and the same code is working fine with iOS 6 for both app in suspended mode and background mode.

    Region Monitoring iOS 7 : didEnterRegion method is not calling when app is killed by user or by OS in iOS 7 only. It is working fine when it is in background. and the same code is working fine with iOS 6 for both app in suspended mode and background mode. What changes I have to made to work great in iOS 7 also.

    I rewrote code for debugging purpose and tried to catch error using GetLastError();  method,
    but it only printed 0. Below is code snippet; I think Create() throw an exception
    and code goes to catch block. 
    LONG ConnectTS(CString strIP, UINT n_Port)
    try{
              ErrorLog(0,0,"ConnectTS is calling Create [is going to call]","");
              if(!Create())
    // Exception Line
    n_Err = GetLastError();
    return NET_INIT;
    catch(...)
                       DWORD errorCode = GetLastError();
                       CString errorMessage
                       errorMessage.Format("%lu",errorCode);
                       ErrorLog (0, 0, "Image
    System", (LPTSTR)(LPCTSTR)errorMessage);
                       return  IS_ERR_WINDOWS;
    Output: -
    ConnectTS is calling Create [is going to call]
    Image System
    0

  • Page mode and pdf mode views are different?

    Hi,
    I am using BO XI R2.
    I have a report. When I view the report in page mode its showing the number of pages as 4.
    But when I view the report in pdf mode its showing only in 1 page.
    How can we make the report view same in both pdf mode and page mode?
    Are there any seetings need to be done?
    Thank you,
    Regards,
    Gowtham.

    ''afew2 [[#question-1054433|said]]''
    <blockquote>
    I refreshed FF 36.0.4 on invite. Since then "save page as " and "save image as" are not working -- no response when clicked.
    In Safe Mode, same problem.
    I serached past forum discussions and found several occurrences, but no convincing response.
    </blockquote>
    I tried troubleshooting plugins, none appeared to be causing the problem.
    I installed 36.0.1, but no difference. Went back to 36.0.4, still no change.
    I ran a malware check with Malwarebytes, no change.
    A past thread here suggested deleting localstore.rdf, which I tried, no result.
    People have had this problem in the past. No one has any idea of how to fix it?

  • My MacBook pro will not startup.  I get a blank grey screen no logo appears so I can't chooseadiffer t drive nor boot from DVD.  Safe mode and verbose mode also don't change blank screen.

    It was running slow with the colored spining appearing often.  This started happening weeks ago with Yosemite so I formatted the disk with the DVDs that came with the mid 2011 MacBook pro, 10.6.8.  I then installed Yosemite on an external drive and this morning i was booted from the external hd with Yosemite and it stopped recognizong mouse clicks so I forced a restart and now I'm stuck with the blank grey screen.  Safe mode and verbose mode also do not work.

    Lao Bo,
    yes, you can locate and copy a file from your HD to a USB key using UNIX commands. If you know the exact name of the file which you’re trying to locate, try this:
    find / -iname filename -print
    This command will search your entire internal disk for the particular filename. If you know that it’s within a particular user account, then you can save search time with this variation:
    find /Users/username -iname filename -print
    Either variation of this command will print all files found which have the given filename. Presuming that you’re able to identify the correct file, you can copy it to a USB key using the command
    cp -p filename_returned_by_find /Volumes/USB_volume
    If you’re not sure which volume name your USB key has, this command will show you what the possibilities are:
    ls /Volumes
    Please let me know if you have any trouble with these commands.

  • Difference between a Character mode and Bitmap mode reports

    What are the differences between a character mode and bitmap mode reports

    hi saikumar
    In Oracle Reports Designer, character mode, the
    APPLICATIONS STANDARDS REQUIRE the report to be designed in
    ONE FONT/ ONE CHARACTER SIZE. Character mode reports
    generate ASCII output. In ASCII you cannot dynamically
    change the font and character size. The standard is in
    effect so a report prints as identically as possible from
    both conventional and postscript printers....
    by
    stanma

  • TS1369 my ipod says that it is locked out for 22,696,574 minutes. ive tried to put it in recovery mode and DFU mode but i tunes wont even recgonize my ipod at all SOMEONE HELP

    My ipod says that it is locked out for 22,696,574 minutes. ive tried putting it in recovery mode and DFU mode but nothing works AND itunes wont even recongize my ipod and when i plug it into my computer it says UNKNOWN DEVICE, SOMEBODY PLEASE HELP ME I NEED PICTURES OFF OF IT FOR MOTHERS DAY

    Locked Out, Forgot Lock or Restrictions Passcode, or Need to Restore Your Device
    1. iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    2. iOS- Forgotten passcode or device disabled after entering wrong passcode
    3. iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    4. iOS- Understanding passcodes
    5. What to Do If You've Forgotten Your iPhone's Passcode
    6. How to Recover Forgotten iPhone Restrictions Passcode | The iPhone and iPad
    7. Restoring iPod touch after forgotten passcode
    8. RecBoot: Easy Way to Put iPhone into Recovery Mode - if all else fails.
    Forgotten Restrictions Passcode Help
    1. How to Recover Forgotten iPhone, iPad Restrictions Passcode
        If this method does not work, then you will need to fully Restore your
        device as New

  • What is difference between TEXT mode and BINARY mode?

    Hi,
              What is difference between TEXT mode and BINARY mode? In TEXT mode what is "ENCODING DEFAULT".
    OPEN DATASET wl_filename FOR INPUT
                              IN TEXT MODE ENCODING DEFAULT.
      OPEN DATASET wl_filename FOR INPUT
                              IN BINARY MODE .

    Hi vishnu,
    1. files like .TXT files are considered to be text,
       and other files like .EXE . DOC etc are binary files.
    2. In text files, after each line, there are two
       internal binary characters
      one for line feed and another one for newline.
    3. But, we don't have any meaning for it,
       when we view such files in notepad, for eg.
       Hence, to only get the understandable content,
       we should open such TXT files, in text mode.
      (we can also open them in binary mode,
      but we will get two extra characters after each line,
       and such two extra characters are meaningless
      for interpreting the text)
    4. In binary mode, each byte by byte is considered,
       without any meaning.
    regards,
    amit m.

  • UI Control options do not appear for TCD mode and Webdynpro mode

    Hi guys,
    When I open the screen Start option in eCATT for ECC 7.0, there is no options for TCD mode and Webdynpro mode, only have for SAPGUI mode. So pls help to me find the options for these modes.
    Thanks in advance,
    Thien

    Hello Friend,
    This has been corrected by  640  SAPKB64023 and 700 SAPKB70016.
    Please install the relevant SP to your system.
    Thanks.
    Eric Monteiro

  • Iphone in recovery mode and DFU mode but PC still doesn't recognize device

    HELP! My iphone 4 just keeps blinking the apple logo for hours! I tried the recovery mode and DFU mode, the first time went well, but it started to blink again after I restored it. Now I'm doing the same steps going to recovery mode and DFU mode, they work on the phone but for some reason, my laptop doesn't recognize any device connected. I tried everything on the internet and still wont work. WHAT CAN I DO???
    by the way, Mine is windows 7.

    it needs repair
    Peace, Clyde

  • How to print  both normal and bold data in a single line

    Hi ,
    I have requirement wherin the data need to be displayed in a single line.
    FAX:              Z8525_text.
    where FAX needs to be in bold and Z8525_text is a standard text and it shoould not be bold , both of this needs to be displayed in
    a single line.
    Can you let me know how to print  both normal and bold data in a single line one of which is coming fro standard text.
    Regards,
    Senthil

    Hi Senthil,
    If you are using smartforms, have a character format created for BOLD and apply it to the text you want to highlight. The remaining text of the line could be applied with a Character format which is not highlighted.
    Try and revert in case you need further assistance

  • Using both power saving mode and offline mode caus...

    So I am having a very strange problem. I have been using the Situations App (formerly Nokia Situations) to automatically put my phone into offline mode, and power saving mode over night. 9pm to 6:30am.
    Recently the phone as started refusing to leave the offline mode in the morning. Even if I try to change the profile manually it says "Unable to change profile". The only way I can get out of offline mode is to reboot.
    I uninstalled Situations, and manually put the phone into offline mode and power saving mode. By the morning I had the same issue, stuck in offline mode until reboot. So it's not the App causing the problem. I've tried a soft reset, same problem still.
    I also noticed that over-night (from fully charged before 9pm) to 6:30am I used about 70% of my charge. (A combination of power saving mode and offline mode is killing my battery!)
    I would have to go to work and immediately put my phone on charge! I.e.. 12 hours of offline + power save has drained my battery almost completely.
    Last night I decided to use the Situations App to put the phone into offline mode, BUT NOT activate power save mode.
    This morning the phone had virtually full charge and it had no problem returning to online mode. So it's ONLY if I use BOTH power-save and offline. (Tonight I will try using power-saving mode and NOT offline mode to see if it's only the power-saving mode causing the issue!)
    If I manually enter offline+power-save mode, and then try to return to on-line/non-power-save mode, relatively quickly, i.e.. Not over-night, everything is fine. It's only over night the problems start!
    Any help?
    Rob
    PS. I also have the problem where using HSPA+ causes my phone to drop from the network and stop being able to receive/make phone calls. But disabling HSPA+ works around this for now, I think this problem is unrelated however.

    I have a similar problem. My 808 PureView loses 70% of its charge overnight if I leave it in normal profile without power-saving. To deal with this issue, I started using the situations app to put the phone in power saving mode overnight. That solved the problem (although I never put my phone to offline mode). This is a weird problem because throughout the day my phone doesn't use 70% of charge, but it does overnight while doing nothing!
    I have also experienced the second problem, losing cellular and internet connection, on my 808. I have started a thread to deal with this issue.
    http://discussions.nokia.com/t5/Nseries-and-Symbian-Smartphones/Nokia-808-PureView-loses-cellular-an...
    I believe it is a firmware bug that causes this problem.

Maybe you are looking for

  • IPhone 4S not being recognized by PC

    I tried updating the IOS 6.1 software directly from my iPhone 4s and it verified and promptly showed the connect the iTunes / USB cable screen and when i do connect it to iTunes, absolutley nothing happens. I've tried re-installing iTunes and restart

  • Steps for creation of DSO in BI7.....

    Hi, Can anyone help me out with the steps for creation of DSO in BI7..... Points will be assigned... Cheers Shankar

  • How do I restore my backup (.wim files) after running HP System recovery on a G62 with windows 7

    I had to do a system restore after getting a blue screen and I backed up the files on my external drive. after restoring the system I tried to restore my files from my external with Recovery manager but it didn't see my external so I couldn't restore

  • Tables for Vendor Invoice (Transaction - FV60)

    Hello Experts I am trying to create a Vendor Invoice from Transaction, FV60. I am able to create it successfully.. Header Data is getting stored in the table BKPF but i can not see any entry in the transaction in BSEG. I just wanted to know that wher

  • Printing a waveform graph

    Hi does anyone knows how to print just the wave form graph wit some sort of printVI? Thanks in advance, Best Regards, Thijs Boeree