Posts

Set background color based on conditions in adobe form

Image
Step 1:   I want to set the background color based on the Yuken code. If it starts with ‘D’ , set the background color to black ; otherwise keep it normal . Step 2:   Open the Adobe Form and go to the Layout tab. Step 3:   Select the Yuken Code field, select  Show as Events with Scripts , choose language as  JavaScript , and write the code as shown below. Step 4:   Check and activate the form. Testing:   *************************** * ** Thank you ************************* * * * * **

Control of Activities when Setting a Status in the Shipment

Image
Step 1:   Create a sales order, delivery, shipment. Step 2:  While changing Shipment we can perform the actions using the available buttons such planning, check in etc. as shown in below. Step 3:  Run the T-code SPRO. Step 4:  Click on SAP reference IMG. Step 5:  Expand Transportation -> Shipments->Execute define and assign activity profiles. Step 6:  Check the shipment type. The execution depends on the assigned activity profile for the shipment type. Step 7:   Open the below program and check the above variants.                                               Program:   RV56ABST *************************** * ** Thank you ************************* * * * * **

Picking and Packing In EWM System

Image
Step 1: Create a sales order in the ECC system. Step 2: Create a delivery with reference to the sales order. Step 3: The delivery is sent to the EWM system for packing. Step 4: Open the Warehouse Monitor (T-code: /SCWM/MON), enter the warehouse number and monitor, and execute. Step 5: Expand Outbound , double-click on Outbound Delivery , enter the delivery number, and execute. Step 6: The screen displays the details as shown below. Step 7: Select the order and click on Wave . Step 8: Select More Methods and click on Release Wave . Step 9: Again, click on More Methods and select Confirm WT in Background . Step 10: Run the T-code /SCWM/RFUI , click on Outbound Process , then click on Packing . Step 11: Select Login with Work Center , enter the work center, and press Enter. Step 12: Click on Build HU , enter the HU number (3000376417+1), press Enter, and then enter the packing material. Press Enter. Step 13: Click on F3 HUcrt , enter the LPN HU (& series number in...

Add custom fields in MM17 in SAP ABAP

Image
                                     Refer:   Add custom fields in MM01 under basic data1 tab Step 1:   To add custom fields in table level (Check in above link).                         - Goto T-Code MASSOBJ and mark BUS1001, Double click on field list folder.                         - Confirm work area by clicking continue button.                         - Click on new entries and add ZZ custom fields. Step 2:   Assign fields to field selection group.               Path: SPRO-> Logistics General -> material Master -> Field selection -> Assign Fields to field selection.        ...