cancel
Showing results for 
Search instead for 
Did you mean: 

Sales Order Block removal

Former Member
0 Kudos

I have made an block in the Sales Order type as HOBlock for my order type.As every sales order is created it goes into that block and order get saved.

Now i want other than VA02 Tcode to remove the block.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

Record a BDC in which you go to a sales order & remove the block & save it.

Then convert this BDC into a program with help of you ABAPer.

While doing this, write a logic in the program which automatically selects sales order with the block.

Then finally assign a Tcode to the program.

When your use enter this tcode & executes he will get a list of sales order with the block.

The display should be in ALV.

When he further selects all the orders displayed in ALV & executes the block will be removed in background.

Further, if user wants a particular order to be removed for block, he can only click on the particular order in ALV display.

We are using this process in our project.

Hope this helps you.

Regards,

Dhananjay

Former Member
0 Kudos

Hi,

VKM3 for removing credit block..

V.23 for removing billing block..

V.14 for list sales orders blocked for delviery...

Regards

sankar

Former Member
0 Kudos

thnx all for ur suggestions.

After running these Tcodes i hve to select them and ,than it will go to again VA02 which i dnt want.I want as soon as i select the line item of any SO document and click any button it directly release what ever may be the block.

I dnt want my user to give the VA02 authorization,it shuld directly removed the block without going to TCode VA02.

Former Member
0 Kudos

Hello,

The requirement described you ia not available in standard SAP. You may think for a possible enhancement. Check with your ABAP expert to create a Z* Report which can fetch the sales order which is having block. The program should include a provision to release the block as you want.

PRase

safeer_rahman2
Contributor
0 Kudos

Hi Friend...

Can you please try the Tcode. VKM3...?

Hope this would also help you...?

Thanks,

Safeer Rahman

Former Member
0 Kudos

Hi,

U can also use T/code V.23 for releasing Blocked sales orders for billing.

Regards,

Jaiprakash.P.T

Former Member
0 Kudos

Hi,

U can use transaction code V.14

Regards,

Jaiprakash.P.T

Former Member
0 Kudos

Try with the T-codes VA14L and V23

Regards,

Malelsh