Posts

Showing posts from December, 2024

Adobe form to print sale order details

Image
                                                                                     Introduction to adobe                                                                       Types of interfaces 1. Goto T-code SFP. 2. Select interface and give interface name click on create button. 3. Give description and click on save. 4. In this scenario sale order as input and display sale order header details and sale order item details. 5. Double click on import and click on create button. 6. Gi...

Delete, Edit values while in debugging for standard table

Image
  1. Goto T-code SE11. 2. execute the table. 3. select one record and click on display. 4. Turn on your debugger (/h and press enter). 5. Again, press enter. Debugger is triggered. 6. Double click on code and change code value to whatever you required like EDIT OR DELE. 7. In this case I am deleting my entry. So, I give DELE. And press F8. 8. Click on delete entry. 9. Go back and refresh the table. Selected entry deleted. ************************** * ** Thank You ********************** ** **